From 8a61bce319e780038373346e3c2ff5e3ec19b015 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 6 Mar 2024 19:34:07 -0300 Subject: [PATCH] Debugging publish action. --- .github/workflows/publish.yml | 1 + mac/ci-build.sh | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) 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