Skip to content

Commit

Permalink
ci: underscores for artifact downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed May 16, 2024
1 parent 5e03343 commit 0ed0141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.PAT_ARTIFACT_DOWNLOAD }}
pattern: ${{ env.PROJECT }}-linux-*
pattern: ${{ env.PROJECT }}_linux_*
path: artifacts
merge-multiple: true
repository: SiaFoundation/${{ env.PROJECT }}
Expand Down

0 comments on commit 0ed0141

Please sign in to comment.