Skip to content

Commit a501119

Browse files
graycreateclaude
andauthored
fix: correct job dependency in download-signed-apk workflow (#96)
- 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]>
1 parent ec709bf commit a501119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
386386
download-signed-apk:
387387
name: Download Google Play Signed APK
388-
needs: [prepare, upload-play-store]
388+
needs: [prepare, play-store-upload]
389389
runs-on: ubuntu-latest
390390
if: success()
391391

0 commit comments

Comments
 (0)