We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c7007f + 7f50040 commit 912b920Copy full SHA for 912b920
Makefile
@@ -100,12 +100,7 @@ ifeq ($(BUNDLE_RUNTIME), yes)
100
@github-release upload --user pauldotknopf --repo darch --tag $(TAG) --name $(DESTINATION_BUNDLE_FILE_NAME_WITH_RUNTIME) --file output/$(DESTINATION_BUNDLE_FILE_NAME_WITH_RUNTIME)
101
endif
102
@echo "updating aur"
103
- @echo "---"
104
- @echo $(VERSION)
105
- @echo $(TAG)
106
- @echo $(TRAVIS_TAG)
107
108
- . ./scripts/aur/deploy-aur $(VERSION)
+ scripts/aur/deploy-aur $(VERSION)
109
else
110
@echo "not a tagged build, skipping release"
111
0 commit comments