Commit 8a61bce319e780038373346e3c2ff5e3ec19b015

Authored by Perry Werneck
1 parent 0e9712cf
Exists in develop

Debugging publish action.

.github/workflows/publish.yml
... ... @@ -66,6 +66,7 @@ jobs:
66 66 - name: Make bundle
67 67 run: |
68 68 ./win/bundle.msys
  69 + rm -f *.tar.xz
69 70 tar -C ./.bin/bundle -Jcf mingw-w64-x86_64-pw3270-bundle-x86_64.tar.xz .
70 71 - uses: ncipollo/release-action@v1
71 72 with:
... ...
mac/ci-build.sh
... ... @@ -35,3 +35,6 @@ fi
35 35 make DESTDIR=.bin/package install
36 36 tar --create --xz --file=macos-${PROJECT_NAME}.tar.xz --directory=.bin/package --verbose .
37 37  
  38 +find .
  39 +
  40 +
... ...