Skip to content

Commit 7f8c210

Browse files
author
Marc-Antoine Hinse
committed
Wrong filepath for packaged app
1 parent f945a7d commit 7f8c210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ package: packages/flare/bin/vendor
5050
"flare"
5151

5252
.PHONY: publish
53-
publish: flare.tar.gz
53+
publish: output/flare.tar.gz
5454
curl -u "$(SPLUNKBASE_CREDS)" --request POST https://splunkbase.splunk.com/api/v1/app/7602/new_release/ -F "files[]=@./output/flare.tar.gz" -F "filename=flare.tar.gz" -F "splunk_versions=9.3" -F "visibility=true"
5555

5656
.PHONY: validate

0 commit comments

Comments
 (0)