Skip to content

Commit

Permalink
fix release build path
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Nov 8, 2023
1 parent 62113c0 commit 0cc45e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- uses: Shopify/[email protected]
with:
name: vault-${{matrix.goos}}-${{matrix.goarch}}-${{github.ref}}${{matrix.goos == 'windows' && '.exe' ||''}}
path: go/nitor_vault
path: go/nitor-vault
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0cc45e5

Please sign in to comment.