Skip to content

Commit

Permalink
Echo env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
micbakos-rdx committed Feb 22, 2024
1 parent 71599f1 commit 9e59fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
env:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
run: |
echo $ANDROID_HOME
echo $ANDROID_NDK_HOME
echo "SARGON_VERSION=`git tag --sort=taggerdate | tail -1`" >> $GITHUB_ENV
- name: Build and publish Android
Expand Down

0 comments on commit 9e59fa8

Please sign in to comment.