Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Dec 24, 2024
1 parent 309d953 commit cee365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
name: 'nosign.ipa'
path: 'build/nosign.ipa'
retention-days: 3
- if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'android'
- if: steps.check_asset.outputs.skip_build != 'true' && startsWith(matrix.config.target, 'android')
name: 'Upload Artifact (Android)'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit cee365c

Please sign in to comment.