Skip to content

fix: use find for artifact collection in release workflow#65

Merged
Robert-Stackflow merged 1 commit into
mainfrom
dev-mac
May 25, 2026
Merged

fix: use find for artifact collection in release workflow#65
Robert-Stackflow merged 1 commit into
mainfrom
dev-mac

Conversation

@Robert-Stackflow

Copy link
Copy Markdown
Owner

Summary

  • Fix release workflow mv failing when multi-path artifact uploads preserve directory structure
  • Replace flat mv globs with find -exec mv to handle nested artifact paths

Context

V4.0.0 release Publish step failed because upload-artifact@v4 preserves directory structure for multi-path uploads (.apk + .aab), causing mv /tmp/artifacts/release-Android/*.apk to not find any files.

…orkflow

Multi-path artifact uploads preserve directory structure, causing
flat mv globs to fail. Use find -exec to handle nested paths.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 25, 2026 03:09
@Robert-Stackflow Robert-Stackflow merged commit fa963c1 into main May 25, 2026
0 of 7 checks passed
@Robert-Stackflow Robert-Stackflow deleted the dev-mac branch May 25, 2026 03:10
@Robert-Stackflow Robert-Stackflow removed the request for review from Copilot May 25, 2026 03:30
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.

1 participant