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 bd011a2 commit db69007Copy full SHA for db69007
.github/workflows/cmake.yml
@@ -53,7 +53,8 @@ jobs:
53
- name: "CMake: Post"
54
shell: bash
55
run: |
56
- echo "RELEASE_FILE=$(ls ${{ env.CI_BUILD_ROOT }}/*.uf2 | cut -d. -f1)" >> $GITHUB_ENV
+ cd ${{ env.CI_BUILD_ROOT }}
57
+ echo "RELEASE_FILE=$(ls *.uf2 | cut -d. -f1)" >> $GITHUB_ENV
58
59
- name: "Artifacts: Upload .uf2"
60
uses: actions/upload-artifact@v4
0 commit comments