Skip to content

Commit

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

0 comments on commit db69007

Please sign in to comment.