Skip to content

Commit

Permalink
Updated step script
Browse files Browse the repository at this point in the history
  • Loading branch information
arok committed Jul 10, 2024
1 parent 3b96d5b commit 7c91fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ upload_task() {
-o "$output_file" \
-F whats_new="$release_notes" \
-F "app=@$app_path" \
-X PUT https://getupdraft.com/api/app_upload/$APP_KEY/$API_KEY/
-X PUT https://getupdraft.com/api/app_upload/$app_key/$api_key/
}

if ! upload_task; then
Expand Down

0 comments on commit 7c91fc4

Please sign in to comment.