Skip to content

Commit

Permalink
Add wait in github release script
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-lopreiato committed Jan 16, 2024
1 parent db0c024 commit 51dc2b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/github_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ github-release release \
--name "$NAME" \
--description "$DESC"

sleep 5
echo "Uploading APK $APK_NAME to release @ $TAG"

# Add apk
github-release upload \
--user $USER \
Expand Down

0 comments on commit 51dc2b6

Please sign in to comment.