Skip to content

Conversation

@graycreate
Copy link
Member

Summary

  • Fix dependency from 'upload-play-store' to 'play-store-upload' in the download-signed-apk job
  • This resolves the workflow failure: "Job depends on unknown job" error

Issue

The v2.3.2 release failed because the download-signed-apk job referenced a non-existent job name upload-play-store. The correct job name is play-store-upload.

Fix

Changed the needs dependency from:

needs: [prepare, upload-play-store]

to:

needs: [prepare, play-store-upload]

Test plan

  • Workflow syntax validation
  • Re-trigger v2.3.2 release after merge
  • Verify complete pipeline including Google Play signed APK download

🤖 Generated with Claude Code

- Fix dependency from 'upload-play-store' to 'play-store-upload'
- This resolves the workflow failure: Job depends on unknown job error

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Copilot AI review requested due to automatic review settings September 9, 2025 13:29
@graycreate graycreate merged commit a501119 into main Sep 9, 2025
4 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a GitHub Actions workflow dependency error by correcting the job name reference in the download-signed-apk job. The workflow was failing because it referenced a non-existent job name upload-play-store instead of the correct play-store-upload.

  • Updates job dependency reference from incorrect upload-play-store to correct play-store-upload

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@graycreate graycreate deleted the bugfix/workflow-dependency-fix branch September 9, 2025 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants