Skip to content

Commit

Permalink
Fixing Windows releaser (#2251)
Browse files Browse the repository at this point in the history
Signed-off-by: Yolan Romailler <[email protected]>
  • Loading branch information
AnomalRoil authored May 31, 2022
1 parent 12b3746 commit 0df4bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
tag="${GITHUB_REF#refs/tags/}"
version=${tag#v}
make msi
msi=dist/gopass-${version}-windows-x64.msi
msi=dist/gopass-x64-windows-${version}.msi
gh release upload "${tag}" "${msi}"
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit 0df4bc0

Please sign in to comment.