We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1647413 commit 7a56085Copy full SHA for 7a56085
.github/workflows/ecode-release.yml
@@ -395,6 +395,7 @@ jobs:
395
fetch-depth: 0
396
submodules: 'recursive'
397
ref: 'refs/tags/ecode-${{ needs.release.outputs.version }}'
398
+ - name: Set Environment Variables
399
run: |
400
echo "INSTALL_REF=${{ needs.release.outputs.version }}" >> "$GITHUB_ENV"
401
echo "RARCH=$(uname -m)" >> "$GITHUB_ENV"
0 commit comments