Skip to content

Commit

Permalink
fix(ci): Download artifact using updated, unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Jun 5, 2024
1 parent 0e12e68 commit 761a116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: release-${{ github.ref_name }}
name: launcher-${{ github.ref_name }}-windows-${{ matrix.goarch }}
path: cmd/joinme.click-launcher
- name: Unpack binary release archive
run: |
Expand Down

0 comments on commit 761a116

Please sign in to comment.