Skip to content

Commit c4e7857

Browse files
committed
fix Makefile for test
1 parent e5e4121 commit c4e7857

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,20 +131,20 @@ github-release: github-prepare-release
131131
github-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

140140
github-release-windows:
141141
.\goreleaser\goreleaser.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

149149
dep-github-release:
150150
mkdir musl-data

0 commit comments

Comments
 (0)