diff --git a/Makefile b/Makefile index e6b93b6..514fe1b 100644 --- a/Makefile +++ b/Makefile @@ -58,10 +58,10 @@ bundle: clean_bundle @tar -czpf output/$(DESTINATION_BUNDLE_FILE_NAME) -C bundle/ . release: ifdef TRAVIS_TAG - @echo "creating github release for $(TRAVIS_TAG) ($(VERSION))" - @github-release release --user pauldotknopf --repo darch --tag $(TRAVIS_TAG) + @echo "creating github release for $(TRAVIS_TAG)" + @github-release release --user godarch --repo darch --tag $(TRAVIS_TAG) @echo "uploading $(DESTINATION_BUNDLE_FILE_NAME)" - @github-release upload --user pauldotknopf --repo darch --tag $(TRAVIS_TAG) --name $(DESTINATION_BUNDLE_FILE_NAME) --file output/$(DESTINATION_BUNDLE_FILE_NAME) + @github-release upload --user godarch --repo darch --tag $(TRAVIS_TAG) --name $(DESTINATION_BUNDLE_FILE_NAME) --file output/$(DESTINATION_BUNDLE_FILE_NAME) @echo "updating aur" @./scripts/aur/deploy-aur $(VERSION) else diff --git a/scripts/aur/deploy-aur b/scripts/aur/deploy-aur index 4c672a5..c4caa82 100755 --- a/scripts/aur/deploy-aur +++ b/scripts/aur/deploy-aur @@ -1,5 +1,5 @@ #!/bin/bash -set -ex +set -e PACKAGE_VERSION="$1"