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 aa2266c commit bd011a2Copy full SHA for bd011a2
.github/workflows/cmake.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: "CMake: Post"
54
shell: bash
55
run: |
56
- 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
57
58
- name: "Artifacts: Upload .uf2"
59
uses: actions/upload-artifact@v4
0 commit comments