Skip to content

Commit

Permalink
ci: fix incorrect param
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed May 15, 2024
1 parent d285634 commit 385cc65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ jobs:
with:
pattern: ${{ env.PROJECT }}-linux-*
path: artifacts
repo: SiaFoundation/${{ env.PROJECT }}
repository: SiaFoundation/${{ env.PROJECT }}
run-id: ${{ env.WORKFLOW_ID }}
workflow_conclusion: success

- name: Build .deb packages
shell: bash
Expand Down

0 comments on commit 385cc65

Please sign in to comment.