Skip to content

Commit

Permalink
Update build-release-on-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrip committed Sep 29, 2023
1 parent 4489b87 commit 583dede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ jobs:
- name: Show release info using picotool
run: |
export PICO_SDK_PATH=$HOME/pico-sdk && \
$HOME/picotool/build/picotool info bin/${{ env.APP_NAME }}.uf2 && \
$HOME/picotool/build/picotool info bin/Release/${{ env.APP_NAME }}.uf2 && \
echo "-----------------------------"
- name: Create release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
bin/${{ env.APP_NAME }}.uf2
bin/Release/${{ env.APP_NAME }}.uf2
body_path: CHANGELOG.md

Expand Down

0 comments on commit 583dede

Please sign in to comment.