Skip to content

Commit

Permalink
Merge pull request #75 from Flared/mahinse/fix_packaged_filepath
Browse files Browse the repository at this point in the history
Wrong filepath for packaged app
  • Loading branch information
TyMarc authored Dec 6, 2024
2 parents f945a7d + 7f8c210 commit 3b8b0ec
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 3b8b0ec

Please sign in to comment.