Skip to content

Commit

Permalink
Wrong filepath for packaged app
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-Antoine Hinse committed Dec 6, 2024
1 parent f945a7d commit 7f8c210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ package: packages/flare/bin/vendor
"flare"

.PHONY: publish
publish: flare.tar.gz
publish: output/flare.tar.gz
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"

.PHONY: validate
Expand Down

0 comments on commit 7f8c210

Please sign in to comment.