Skip to content

Commit

Permalink
Update 49-rename-on-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd authored Feb 28, 2022
1 parent 85267e6 commit 65963ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/49-rename-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ jobs:
- run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex
- run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex
- run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex
- name: Release
uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
with:
files: ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex

0 comments on commit 65963ec

Please sign in to comment.