Fix variable typo
This commit is contained in:
parent
257d701267
commit
43af9dbda4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -44,7 +44,7 @@ sign:
|
|||
[ -f dist/$(ARCHIVE_WIN32).asc ] || gpg --detach-sign --armor dist/$(ARCHIVE_WIN32)
|
||||
|
||||
upload:
|
||||
github-upload $(GITUSRE) $(GITREPO) \
|
||||
github-upload $(GITUSER) $(GITREPO) \
|
||||
dist/$(ARCHIVE_SOURCE) dist/$(ARCHIVE_WIN32) \
|
||||
dist/$(ARCHIVE_SOURCE).asc dist/$(ARCHIVE_WIN32).asc
|
||||
|
||||
|
|
Loading…
Reference in a new issue