Skip to content

Commit

Permalink
add proper env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Mar 25, 2024
1 parent f761973 commit 62ed1dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
if: job.status == 'success'
run: |
export GRADLE_USER_HOME=$(pwd)/.gradle
export CLIENT_HOST=${{ secrets.CLIENT_HOST }}
export CLIENT_PROTOCOL=https
chmod +x ./gradlew
export BUMP_FILE_VERSION_CODE=false
./gradlew composeApp:assembleDebug
Expand Down

0 comments on commit 62ed1dc

Please sign in to comment.