We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58057ba commit 29f5c39Copy full SHA for 29f5c39
.github/workflows/macos_build.yml
@@ -197,7 +197,7 @@ jobs:
197
app_store_connect_api_key_json_file: 'key.json'
198
199
- name: Zip Build Artifacts
200
- if: inputs.arch == 'x86-64'
+ # if: inputs.arch == 'x86-64'
201
run: |
202
TAG="$(git tag --points-at HEAD)"
203
if [ -z "$TAG" ]; then
@@ -211,7 +211,7 @@ jobs:
211
cp "${{ steps.artifact-metadata.outputs.artifact-name }}.tar.xz" ci-artifacts/macOS.tar.xz
212
213
- name: Upload Artifact
214
215
uses: actions/upload-artifact@v7
216
with:
217
name: ${{ steps.artifact-metadata.outputs.artifact-name }}
0 commit comments