Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RE3CON authored Nov 4, 2023
1 parent d3847c6 commit b92fa02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
file: firmware.bin
asset_name: ${{ format('uv-k5-firmware-fagci-mod-special_raw_v1{0}.bin', github.run_number) }}
asset_name: ${{ format('uv-k5-firmware-fagci-mod-special_raw_v1.{0}.bin', github.run_number) }}
tag: ${{ format('release-1{0}', github.run_number) }}
release_name: ${{ format('Release 1{0}, {1}', github.run_number, steps.date.outputs.date) }}
release_name: ${{ format('Release 1.{0}, {1}', github.run_number, steps.date.outputs.date) }}

- name: 'Add packed FW to release'
uses: svenstaro/upload-release-action@v2
with:
file: uv-k5-firmware-fagci-mod-special${{ github.event.release.tag_name }}.bin
asset_name: ${{ format('uv-k5-firmware-fagci-mod-special_packed_v1{0}.bin', github.run_number) }}
asset_name: ${{ format('uv-k5-firmware-fagci-mod-special_packed_v1.{0}.bin', github.run_number) }}
tag: ${{ format('release-1{0}', github.run_number) }}
release_name: ${{ format('Release 1{0}, {1}', github.run_number, steps.date.outputs.date) }}
release_name: ${{ format('Release 1.{0}, {1}', github.run_number, steps.date.outputs.date) }}
#created_at

0 comments on commit b92fa02

Please sign in to comment.