Skip to content

Commit

Permalink
update 49 workflow
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Feb 28, 2022
1 parent e6a3865 commit 9a02eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/49-rename-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- 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
- run: |
FILE=./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex
FILE=megadesk-$GITHUB_REF_NAME.hex
echo $FILE
echo FILE=$FILE >> GITHUB_ENV
- name: Release
Expand Down

0 comments on commit 9a02eb9

Please sign in to comment.