Skip to content

Commit

Permalink
added repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Apr 9, 2023
1 parent baa74f3 commit b4c7aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Build
run: cargo build --release
- name: Upload Release Asset
run: gh release upload ${{ github.ref }} target/release/cli*
run: gh release upload ${{ github.ref }} target/release/cli* --repo ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b4c7aa4

Please sign in to comment.