Commit 8a61bce319e780038373346e3c2ff5e3ec19b015
1 parent
0e9712cf
Exists in
develop
Debugging publish action.
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
.github/workflows/publish.yml
@@ -66,6 +66,7 @@ jobs: | @@ -66,6 +66,7 @@ jobs: | ||
66 | - name: Make bundle | 66 | - name: Make bundle |
67 | run: | | 67 | run: | |
68 | ./win/bundle.msys | 68 | ./win/bundle.msys |
69 | + rm -f *.tar.xz | ||
69 | tar -C ./.bin/bundle -Jcf mingw-w64-x86_64-pw3270-bundle-x86_64.tar.xz . | 70 | tar -C ./.bin/bundle -Jcf mingw-w64-x86_64-pw3270-bundle-x86_64.tar.xz . |
70 | - uses: ncipollo/release-action@v1 | 71 | - uses: ncipollo/release-action@v1 |
71 | with: | 72 | with: |
mac/ci-build.sh
@@ -35,3 +35,6 @@ fi | @@ -35,3 +35,6 @@ fi | ||
35 | make DESTDIR=.bin/package install | 35 | make DESTDIR=.bin/package install |
36 | tar --create --xz --file=macos-${PROJECT_NAME}.tar.xz --directory=.bin/package --verbose . | 36 | tar --create --xz --file=macos-${PROJECT_NAME}.tar.xz --directory=.bin/package --verbose . |
37 | 37 | ||
38 | +find . | ||
39 | + | ||
40 | + |