@@ -131,20 +131,20 @@ github-release: github-prepare-release
131131github-release-darwin :
132132 goreleaser --rm-dist --config .goreleaser-darwin.yml --skip-publish
133133 $(eval GITHUB_TAG=$(shell git describe --abbrev=0 --tags) )
134- gh release upload --repo skycoin /dmsg ${GITHUB_TAG} ./dist/dmsg-${GITHUB_TAG} -darwin-amd64.tar.gz
135- gh release upload --repo skycoin /dmsg ${GITHUB_TAG} ./dist/dmsg-${GITHUB_TAG} -darwin-arm64.tar.gz
136- gh release download ${GITHUB_TAG} --repo skycoin /dmsg --pattern ' checksums*'
134+ gh release upload --repo mrpalide /dmsg ${GITHUB_TAG} ./dist/dmsg-${GITHUB_TAG} -darwin-amd64.tar.gz
135+ gh release upload --repo mrpalide /dmsg ${GITHUB_TAG} ./dist/dmsg-${GITHUB_TAG} -darwin-arm64.tar.gz
136+ gh release download ${GITHUB_TAG} --repo mrpalide /dmsg --pattern ' checksums*'
137137 cat ./dist/checksums.txt >> ./checksums.txt
138- gh release upload --repo skycoin /dmsg ${GITHUB_TAG} --clobber ./checksums.txt
138+ gh release upload --repo mrpalide /dmsg ${GITHUB_TAG} --clobber ./checksums.txt
139139
140140github-release-windows :
141141 .\g oreleaser\g oreleaser.exe --rm-dist --config .goreleaser-windows.yml --skip-publish
142142 $(eval GITHUB_TAG=$(shell powershell git describe --abbrev=0 --tags) )
143- gh release upload --repo skycoin /dmsg ${GITHUB_TAG} ./dist/dmsg-${GITHUB_TAG} -windows-amd64.zip
144- gh release upload --repo skycoin /dmsg ${GITHUB_TAG} ./dist/dmsg-${GITHUB_TAG} -windows-386.zip
145- gh release download ${GITHUB_TAG} --repo skycoin /dmsg --pattern ' checksums*'
143+ gh release upload --repo mrpalide /dmsg ${GITHUB_TAG} ./dist/dmsg-${GITHUB_TAG} -windows-amd64.zip
144+ gh release upload --repo mrpalide /dmsg ${GITHUB_TAG} ./dist/dmsg-${GITHUB_TAG} -windows-386.zip
145+ gh release download ${GITHUB_TAG} --repo mrpalide /dmsg --pattern ' checksums*'
146146 cat ./dist/checksums.txt >> ./checksums.txt
147- gh release upload --repo skycoin /dmsg ${GITHUB_TAG} --clobber ./checksums.txt
147+ gh release upload --repo mrpalide /dmsg ${GITHUB_TAG} --clobber ./checksums.txt
148148
149149dep-github-release :
150150 mkdir musl-data
0 commit comments