Skip to content

Commit

Permalink
set github.repository
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Jun 10, 2024
1 parent c329863 commit db48ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
name: darwin-arm64
path: darwin-arm64
- name: create release and upload release assets
run: gh release create ${{ github.ref }} linux-*/*.gz linux-*/*.xz darwin-*/*.gz darwin-*/*.xz
run: gh release create --repo ${{ github.repository }} ${{ github.ref }} linux-*/*.gz linux-*/*.xz darwin-*/*.gz darwin-*/*.xz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit db48ee1

Please sign in to comment.