Skip to content

Commit

Permalink
GitHub Action: Fix Artifact Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
0blu committed Nov 5, 2024
1 parent 3469e49 commit b3a2f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Download artifact snapshot-Release
uses: actions/download-artifact@v4
with:
pattern: snapshot-devbuild-*
pattern: snapshot-devbuild
merge-multiple: true
path: all_snapshots

Expand Down

0 comments on commit b3a2f31

Please sign in to comment.