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 | 49 | - uses: oprypin/find-latest-tag@v1 |
50 | 50 | id: gettag |
51 | 51 | with: |
52 | - repository: PerryWerneck/lib3270 | |
52 | + repository: PerryWerneck/libv3270 | |
53 | 53 | releases-only: true |
54 | 54 | - name: Install Pre reqs |
55 | 55 | run: | |
... | ... | @@ -58,7 +58,7 @@ jobs: |
58 | 58 | brew upgrade |
59 | 59 | - uses: robinraju/release-downloader@v1.7 |
60 | 60 | with: |
61 | - repository: "PerryWerneck/libv3270" | |
61 | + repository: "PerryWerneck/lib3270" | |
62 | 62 | latest: true |
63 | 63 | fileName: "macos-lib3270.tar.xz" |
64 | 64 | - name: build | ... | ... |