You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zip -r "$scheme.ipa" "Payload" -x "._*" -x ".DS_Store" -x "__MACOSX"
116
116
- name: Upload a Build Artifact
117
-
uses: actions/upload-artifact@v3
117
+
uses: actions/upload-artifact@v4
118
118
with:
119
119
name: ${{ env.scheme }}.ipa
120
120
path: ${{ env.scheme }}.ipa
@@ -132,14 +132,14 @@ jobs:
132
132
133
133
steps:
134
134
- name: Download a Build Artifact
135
-
uses: actions/download-artifact@v3
135
+
uses: actions/download-artifact@v4
136
136
with:
137
137
name: ${{ needs.package.outputs.artifact }}
138
138
- name: Nightly Release
139
139
uses: andelf/nightly-release@v1
140
140
env:
141
141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142
-
with:
142
+
with:
143
143
body: |
144
144
This is a nightly release [created automatically with GitHub Actions workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}).
0 commit comments