Skip to content

Commit

Permalink
fix: try just downloading all of the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Nov 16, 2024
1 parent 616fb55 commit af2560a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-rizzybox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: ${{ matrix.artifact_name }}
name: ${{ matrix.artifact_name }}.tar.gz
path: ./artifacts
run-id: ${{ env.run_id }}

Expand Down

0 comments on commit af2560a

Please sign in to comment.