Skip to content

Commit

Permalink
Merge pull request #258 from mrpalide/fix/windows-goreleaser-command
Browse files Browse the repository at this point in the history
fix github-release-windows command
  • Loading branch information
mrpalide committed Mar 26, 2024
2 parents 11a0be7 + de1d60a commit 718e3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ github-release-darwin:
gh release upload --repo skycoin/dmsg ${GITHUB_TAG} --clobber ./checksums.txt

github-release-windows:
.\goreleaser\goreleaser.exe --clean --config .goreleaser-windows.yml --skip-publish
.\goreleaser\goreleaser.exe --rm-dist --config .goreleaser-windows.yml --skip-publish
$(eval GITHUB_TAG=$(shell powershell git describe --abbrev=0 --tags))
gh release upload --repo skycoin/dmsg ${GITHUB_TAG} ./dist/dmsg-${GITHUB_TAG}-windows-amd64.zip
gh release upload --repo skycoin/dmsg ${GITHUB_TAG} ./dist/dmsg-${GITHUB_TAG}-windows-386.zip
Expand Down

0 comments on commit 718e3e4

Please sign in to comment.