Skip to content

Commit e889788

Browse files
fix: try just downloading all of the artifacts
1 parent 616fb55 commit e889788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-rizzybox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Download artifact
4343
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
4444
with:
45-
name: ${{ matrix.artifact_name }}
45+
# name: ${{ matrix.artifact_name }}.tar.gz
4646
path: ./artifacts
4747
run-id: ${{ env.run_id }}
4848

0 commit comments

Comments
 (0)