Skip to content

Commit

Permalink
debug github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Nov 4, 2023
1 parent 888fb42 commit 84f998d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 84f998d

Please sign in to comment.