File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments