File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 6969 if : matrix.os == 'macos-latest'
7070 - uses : actions/upload-artifact@v4
7171 with :
72- name : ${{ matrix.os }}
72+ name : ${{ matrix.os }}-${{ matrix.arch }}
7373 path : prebuilds
7474 retention-days : 1
7575 release :
@@ -86,16 +86,17 @@ jobs:
8686 id : get_version
8787 - run :
8888 tar -cvf "${{ steps.get_version.outputs.version
89- }}-darwin-x64+arm64.tar" -C "prebuilds/macos-latest" .
89+ }}-darwin-x64+arm64.tar" -C "prebuilds/macos-latest-x64"
90+ darwin-x64+arm64
9091 - run :
9192 tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C
92- " prebuilds/ubuntu-20.04" linux-x64
93+ " prebuilds/ubuntu-20.04-x64 " linux-x64
9394 - run :
9495 tar -cvf "${{ steps.get_version.outputs.version }}-win32-ia32.tar" -C
95- " prebuilds/windows-latest" win32-ia32
96+ " prebuilds/windows-latest-x86 " win32-ia32
9697 - run :
9798 tar -cvf "${{ steps.get_version.outputs.version }}-win32-x64.tar" -C
98- " prebuilds/windows-latest" win32-x64
99+ " prebuilds/windows-latest-x64 " win32-x64
99100 - uses : softprops/action-gh-release@v1
100101 with :
101102 files : ${{ steps.get_version.outputs.version }}-*.tar
You can’t perform that action at this time.
0 commit comments