Skip to content

Commit

Permalink
ci: update release-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 5, 2024
1 parent c2436ae commit 2abfa0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Prepare release assets
run: |
shasum -a 256 rockbox_${{ env.RELEASE_VERSION }}.AppImage > rockbox_${{ env.RELEASE_VERSION }}.AppImage.sha256
shasum -a 256 rockbox_${{ env.RELEASE_VERSION }}.tar.gz > rockbox_${{ env.RELEASE_VERSION }}.tar.gz.sha256
working-directory: webui/rockbox/release/${{ env.RELEASE_VERSION }}
env:
RELEASE_VERSION: v${{ inputs.tag || github.ref_name }}
Expand Down

0 comments on commit 2abfa0e

Please sign in to comment.