Skip to content

Commit 1757cca

Browse files
metaclipssnandam
authored andcommitted
ci: point repository in gh release when upload shasum file
1 parent 31448ea commit 1757cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-draft-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ jobs:
477477
env:
478478
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
479479
run: |
480-
gh release upload ${{ needs.create_release.outputs.tag_name }} sha256sums.txt sha256sums.txt.sig --clobber
480+
gh release upload ${{ needs.create_release.outputs.tag_name }} sha256sums.txt sha256sums.txt.sig --clobber -R build-trust/ockam
481481
482482
- name: Upload SHASum File to AWS
483483
uses: ./aws/.github/actions/aws_upload

0 commit comments

Comments
 (0)