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 84f998d commit 0ae12e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
with:
distribution: 'corretto'
java-version: '17'
- run: pwd
- run: git config --global --add safe.directory "$(pwd)"
- 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 }}-${{ matrix.distro_name }}-${{ runner.arch }}.tar.gz" && popd
- uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -125,7 +127,7 @@ jobs:
apt-get install -q -y git binutils openjdk-17-jdk
;;
fedora*)
dnf -y update
# dnf -y update
dnf -y install which git java-17-openjdk-devel
;;
esac
Expand Down

0 comments on commit 0ae12e3

Please sign in to comment.