From 84f998d3283c3681bb66e7c03663ce64eece58c5 Mon Sep 17 00:00:00 2001 From: Sunny Chung Date: Sat, 4 Nov 2023 10:23:22 +0800 Subject: [PATCH] debug github actions --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b60cfcb7..2459419a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,6 +70,8 @@ jobs: image: debian:bullseye container: ${{ matrix.image }} steps: + - run: apt-get update + - run: apt-get install -y git binutils - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: @@ -128,6 +130,7 @@ jobs: ;; esac run: | + uname -a ./gradlew createDistributable packageDistributionForCurrentOS pushd ./build/compose/binaries/main/app && ls -al && tar -cvzf "app.tar.gz" "Hello HTTP" && mv "app.tar.gz" "../../../../../${artifact_name}" && popd - uses: softprops/action-gh-release@v1