Skip to content

Commit

Permalink
[fix] export github file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 14, 2024
1 parent 11f2673 commit f140dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
- name: Upload IPA file to GitHub
uses: actions/upload-artifact@v3
with:
name: $app_name.ipa
name: ${{ env.PROJECT_NAME }}.ipa
path: app.ipa/${{ env.PROJECT_NAME }}.ipa

0 comments on commit f140dbd

Please sign in to comment.