Skip to content

Commit

Permalink
Update main release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RE3CON authored Nov 3, 2023
1 parent e2b539c commit eccdaad
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 @@ -53,15 +53,15 @@ jobs:

- name: Get the date
id: date
run: echo "::set-output name=date::$(date +'%A %d.%m.Y %H:%M')" #>> $GITHUB_OUTPUT
run: echo "::set-output name=date::$(date +'%A %d.%m.y %H:%M (Z)')" #>> $GITHUB_OUTPUT
# run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

- name: 'Add unpacked FW to release'
uses: svenstaro/upload-release-action@v2
with:
file: firmware.bin
asset_name: ${{ format('firmware.raw_0.{0}.bin', github.run_number) }}
tag: ${{ format('release-0.{0}', github.run_number) }}
tag: ${{ format('release-{0}', github.run_number) }}
release_name: ${{ format('Build 0.{0}, {1}', github.run_number, steps.date.outputs.date) }}

- name: 'Add packed FW to release'
Expand Down

0 comments on commit eccdaad

Please sign in to comment.