Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: download correct RPI archive in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jun 21, 2024
1 parent 4f241b7 commit 8c34eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Download Raspberry Pi archive
uses: actions/download-artifact@v4
with:
name: nostr-wallet-connect.tar.bz2
name: nostr-wallet-connect-rpi.tar.bz2
path: artifacts

- name: Download Linux desktop archive
Expand Down

0 comments on commit 8c34eb8

Please sign in to comment.