Skip to content

Commit

Permalink
Compilation on ARM works. But how to extract an env var?
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Jul 28, 2021
1 parent 8042b6e commit 2f33135
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux-arm.yml
Expand Up @@ -95,8 +95,12 @@ jobs:
FLAVOR: ${{ env.FLAVOR }}
MODE: ${{ env.MODE }}
HEARTBEAT: ${{ env.HEARTBEAT }}
GITHUB_ENV: $GITHUB_ENV
run: ./scripts/ci/actions_build.sh
run: |
printenv
echo "APP_NAME=${APP_NAME}" >> $GITHUB_ENV
# ./scripts/ci/actions_build.sh

# - name: Sign VM (not implemented)
# if: false
Expand Down

0 comments on commit 2f33135

Please sign in to comment.