Skip to content

Commit

Permalink
Debugging publish action.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Mar 6, 2024
1 parent 0e9712c commit 8a61bce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Make bundle
run: |
./win/bundle.msys
rm -f *.tar.xz
tar -C ./.bin/bundle -Jcf mingw-w64-x86_64-pw3270-bundle-x86_64.tar.xz .
- uses: ncipollo/release-action@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions mac/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ fi
make DESTDIR=.bin/package install
tar --create --xz --file=macos-${PROJECT_NAME}.tar.xz --directory=.bin/package --verbose .

find .


0 comments on commit 8a61bce

Please sign in to comment.