Commit 0e9712cffaab50554cc15abfbb96eae4a4c5603e
1 parent
9fc5aeec
Exists in
develop
Debugging publish workflow.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.github/workflows/publish.yml
... | ... | @@ -64,9 +64,9 @@ jobs: |
64 | 64 | latest: true |
65 | 65 | fileName: mingw-w64-x86_64-pw3270-plugin-ipc-5.5-0-x86_64.pkg.tar.zst |
66 | 66 | - name: Make bundle |
67 | - run: ./win/bundle.msys | |
68 | - - name: Make Package | |
69 | - run: tar -C ./.bin/bundle -Jcf mingw-w64-x86_64-pw3270-bundle-x86_64.tar.xz . | |
67 | + run: | | |
68 | + ./win/bundle.msys | |
69 | + tar -C ./.bin/bundle -Jcf mingw-w64-x86_64-pw3270-bundle-x86_64.tar.xz . | |
70 | 70 | - uses: ncipollo/release-action@v1 |
71 | 71 | with: |
72 | 72 | tag: ${{ steps.gettag.outputs.tag }} | ... | ... |