Skip to content

Commit 29f5c39

Browse files
committed
Allow uploading ARM artifacts.
1 parent 58057ba commit 29f5c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
app_store_connect_api_key_json_file: 'key.json'
198198

199199
- name: Zip Build Artifacts
200-
if: inputs.arch == 'x86-64'
200+
# if: inputs.arch == 'x86-64'
201201
run: |
202202
TAG="$(git tag --points-at HEAD)"
203203
if [ -z "$TAG" ]; then
@@ -211,7 +211,7 @@ jobs:
211211
cp "${{ steps.artifact-metadata.outputs.artifact-name }}.tar.xz" ci-artifacts/macOS.tar.xz
212212
213213
- name: Upload Artifact
214-
if: inputs.arch == 'x86-64'
214+
# if: inputs.arch == 'x86-64'
215215
uses: actions/upload-artifact@v7
216216
with:
217217
name: ${{ steps.artifact-metadata.outputs.artifact-name }}

0 commit comments

Comments
 (0)