Skip to content

Commit

Permalink
Merge pull request #280 from mrpalide/fix/windows-release-small-issue
Browse files Browse the repository at this point in the history
fix issue on flag use in release
  • Loading branch information
mrpalide authored Aug 25, 2024
2 parents 581cc74 + 20e2fef commit 7fdc08e
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 --rm-dist --config .goreleaser-windows.yml --skip=publish
.\goreleaser\goreleaser.exe --clean --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 7fdc08e

Please sign in to comment.