Skip to content

Commit

Permalink
Update main release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RE3CON committed Nov 5, 2023
1 parent b0b27d4 commit c795dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
with:
file: firmware.bin
asset_name: ${{ format('firmware_raw_0.{0}.bin', github.run_number) }}
tag: ${{ format('release-{0}', github.run_number, SELECTED_COLOR) }}
tag: ${{ format('release-{0}', github.run_number, $SELECTED_COLOR) }}
release_name: ${{ format('Build 0.{0}, {1}', github.run_number, steps.date.outputs.date) }}

- name: 'Add packed FW to release'
uses: svenstaro/upload-release-action@v2
with:
file: firmware_packed${{ github.event.release.tag_name }}.bin
asset_name: ${{ format('firmware_packed_0.{0}.bin', github.run_number) }}
tag: ${{ format('release-{0}', github.run_number, SELECTED_COLOR) }}
tag: ${{ format('release-{0}', github.run_number, $SELECTED_COLOR) }}
release_name: ${{ format('Build 0.{0}, {1}', github.run_number, steps.date.outputs.date, color.outputs.COLOR) }}

0 comments on commit c795dcc

Please sign in to comment.