Skip to content

Commit

Permalink
CI: Remove ENV from var.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Dec 12, 2024
1 parent aa2266c commit bd011a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: "CMake: Post"
shell: bash
run: |
echo "ENV_RELEASE_FILE=$(ls ${{ env.CI_BUILD_ROOT }}/*.uf2 | cut -d. -f1)" >> $GITHUB_ENV
echo "RELEASE_FILE=$(ls ${{ env.CI_BUILD_ROOT }}/*.uf2 | cut -d. -f1)" >> $GITHUB_ENV
- name: "Artifacts: Upload .uf2"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bd011a2

Please sign in to comment.