Commit 444fc3de963adcd972a5d1c5e981ebe9f08d7a08
1 parent
91e456f1
Exists in
develop
Debugging publish action.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.github/workflows/publish.yml
@@ -49,7 +49,7 @@ jobs: | @@ -49,7 +49,7 @@ jobs: | ||
49 | - uses: oprypin/find-latest-tag@v1 | 49 | - uses: oprypin/find-latest-tag@v1 |
50 | id: gettag | 50 | id: gettag |
51 | with: | 51 | with: |
52 | - repository: PerryWerneck/lib3270 | 52 | + repository: PerryWerneck/libv3270 |
53 | releases-only: true | 53 | releases-only: true |
54 | - name: Install Pre reqs | 54 | - name: Install Pre reqs |
55 | run: | | 55 | run: | |
@@ -58,7 +58,7 @@ jobs: | @@ -58,7 +58,7 @@ jobs: | ||
58 | brew upgrade | 58 | brew upgrade |
59 | - uses: robinraju/release-downloader@v1.7 | 59 | - uses: robinraju/release-downloader@v1.7 |
60 | with: | 60 | with: |
61 | - repository: "PerryWerneck/libv3270" | 61 | + repository: "PerryWerneck/lib3270" |
62 | latest: true | 62 | latest: true |
63 | fileName: "macos-lib3270.tar.xz" | 63 | fileName: "macos-lib3270.tar.xz" |
64 | - name: build | 64 | - name: build |