Skip to content

Commit

Permalink
ci: point repository in gh release when upload shasum file
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips authored and snandam committed Dec 4, 2024
1 parent 31448ea commit 1757cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-draft-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ needs.create_release.outputs.tag_name }} sha256sums.txt sha256sums.txt.sig --clobber
gh release upload ${{ needs.create_release.outputs.tag_name }} sha256sums.txt sha256sums.txt.sig --clobber -R build-trust/ockam
- name: Upload SHASum File to AWS
uses: ./aws/.github/actions/aws_upload
Expand Down

0 comments on commit 1757cca

Please sign in to comment.