Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Nov 3, 2023
1 parent 0540eee commit 404882c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
with:
distribution: 'corretto'
java-version: '17'
- run: ./gradlew packageDistributionForCurrentOS
- run: pushd ./build/compose/binaries/main/app && ls -al && tar -cvzf "/Hello HTTP" && mv "Hello HTTP.tar.gz" "../../../../../HelloHTTP-ubuntu-${{ github.ref.name }}.tar.gz" && popd
- run: ./gradlew createDistributable packageDistributionForCurrentOS
- run: pushd ./build/compose/binaries/main/app && ls -al && tar -cvzf "app.tar.gz" "Hello HTTP" && mv "app.tar.gz" "../../../../../HelloHTTP-${{ github.ref.name }}-ubuntu-${{ runner.arch }}.tar.gz" && popd
- uses: softprops/action-gh-release@v1
with:
files: "HelloHTTP-ubuntu-${{ github.ref.name }}.tar.gz"
files: "HelloHTTP-${{ github.ref.name }}-ubuntu-${{ runner.arch }}.tar.gz"

0 comments on commit 404882c

Please sign in to comment.