Skip to content

Commit

Permalink
update 49 workflow
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed Feb 28, 2022
1 parent 2b5655c commit 6df1871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/49-rename-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- run: |
FILENAME=./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex
echo $FILENAME
echo FILENAME=$FILENAME >> GITHUB_ENV
echo "FILENAME=$FILENAME" >> $GITHUB_ENV
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./Code/.pio/build/attiny841/megadesk-V0.5.hex
files: ${{ env.FILENAME }}

0 comments on commit 6df1871

Please sign in to comment.