Skip to content

Commit 245239d

Browse files
committed
Fixing upload for mac
1 parent dbed6af commit 245239d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,12 @@ jobs:
5555
env:
5656
npm_config_arch: ${{ matrix.arch }}
5757

58-
- name: Upload artifacts (x64)
58+
- name: Upload artifacts (x64, arm64)
5959
if: matrix.arch == 'x64'
6060
uses: actions/upload-artifact@v4
6161
with:
62-
name: mac-${{ matrix.arch }}
62+
name: mac-x64-arm64
6363
path: |
6464
release/build/vde-dataset-viewer-[0-9]*.[0-9]*.[0-9]*.dmg
6565
release/build/vde-dataset-viewer-[0-9]*.[0-9]*.[0-9]*.dmg.blockmap
6666
release/build/latest-mac.yml
67-
68-
- name: Upload artifacts (arm64)
69-
if: matrix.arch == 'arm64'
70-
uses: actions/upload-artifact@v4
71-
with:
72-
name: mac-${{ matrix.arch }}
73-
path: |
74-
release/build/vde-dataset-viewer-[0-9]*.[0-9]*.[0-9]*-arm64.dmg
75-
release/build/vde-dataset-viewer-[0-9]*.[0-9]*.[0-9]*-arm64.dmg.blockmap

0 commit comments

Comments
 (0)