From 65963ec469731b72212493f53e48e145943c99cc Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 28 Feb 2022 14:04:53 -0300 Subject: [PATCH] Update 49-rename-on-release.yml --- .github/workflows/49-rename-on-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index b80b49146c..12de38afa6 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -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