Skip to content

Commit

Permalink
Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxushka committed Aug 28, 2023
1 parent 3f70226 commit 8d67c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
rm -f unsigned.pkg
app-store-connect publish --path "$PACKAGE_NAME" --whats-new="Compiled from `git log --pretty=format:%s --oneline --ancestry-path HEAD~1..HEAD`" --version-string="1.0.${{ github.run_number }}" --max-build-processing-wait 3600
while [[ -z "$BUILD_ID" ]]; do
BUILD_ID=$(app-store-connect list-builds --build-version-number ${{ github.run_number }} --processing-state PROCESSING | awk '/^Id:/ {print $2}')
BUILD_ID=$(app-store-connect list-builds --build-version-number ${{ github.run_number }} --processing-state VALID | awk '/^Id:/ {print $2}')
if [[ -z "$BUILD_ID" ]]; then
echo "Build is not ready, retrying in 5 seconds..."
sleep 5
Expand Down

0 comments on commit 8d67c52

Please sign in to comment.