diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 44fe6b8..84233af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: diff --git a/mac/ci-build.sh b/mac/ci-build.sh index 9c74a80..119e8fd 100755 --- a/mac/ci-build.sh +++ b/mac/ci-build.sh @@ -35,3 +35,6 @@ fi make DESTDIR=.bin/package install tar --create --xz --file=macos-${PROJECT_NAME}.tar.xz --directory=.bin/package --verbose . +find . + + -- libgit2 0.21.2