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 73
73
if : matrix.os == 'windows-latest'
74
74
- uses : actions/upload-artifact@v4
75
75
with :
76
- name : ${{ matrix.os }}
76
+ name : ${{ matrix.os }}-${{ matrix.arch }}
77
77
path : prebuilds
78
78
retention-days : 1
79
79
release :
@@ -90,16 +90,17 @@ jobs:
90
90
id : get_version
91
91
- run :
92
92
tar -cvf "${{ steps.get_version.outputs.version
93
- }}-darwin-x64+arm64.tar" -C "prebuilds/macos-latest" .
93
+ }}-darwin-x64+arm64.tar" -C "prebuilds/macos-latest-x64"
94
+ darwin-x64+arm64
94
95
- run :
95
96
tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C
96
- " prebuilds/ubuntu-20.04" linux-x64
97
+ " prebuilds/ubuntu-20.04-x64 " linux-x64
97
98
- run :
98
99
tar -cvf "${{ steps.get_version.outputs.version }}-win32-ia32.tar" -C
99
- " prebuilds/windows-latest" win32-ia32
100
+ " prebuilds/windows-latest-x86 " win32-ia32
100
101
- run :
101
102
tar -cvf "${{ steps.get_version.outputs.version }}-win32-x64.tar" -C
102
- " prebuilds/windows-latest" win32-x64
103
+ " prebuilds/windows-latest-x64 " win32-x64
103
104
- uses : softprops/action-gh-release@v1
104
105
with :
105
106
files : ${{ steps.get_version.outputs.version }}-*.tar
You can’t perform that action at this time.
0 commit comments