File tree 1 file changed +5
-14
lines changed
1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -90,32 +90,23 @@ jobs:
90
90
if : ${{ matrix.os == 'ubuntu-latest' && matrix.self-contained == 'normal' }}
91
91
uses : actions/upload-artifact@v4
92
92
with :
93
- name : build-artifact-${{ matrix.target }}${{ matrix.suffix }}${{ matrix.self-contained }}
93
+ name : build-artifact-${{ matrix.target }}
94
94
path : |
95
95
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
96
96
src/Dockerfile
97
+ overwrite : true
97
98
98
99
- name : Upload artifacts
99
100
uses : actions/upload-artifact@v4
100
101
with :
101
- name : build-artifact-${{ matrix.target }}${{ matrix.suffix }}${{ matrix.self-contained }}
102
+ name : build-artifact-${{ matrix.target }}
102
103
path : |
103
104
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
105
+ overwrite : true
104
106
105
-
106
- # Merge native executables into the same directory
107
- merge :
108
- runs-on : ubuntu-latest
109
- needs : [ build ]
110
- steps :
111
- - name : Merge Artifacts
112
- uses : actions/upload-artifact/merge@v4
113
- with :
114
- name : artifacts
115
- pattern : artifacts-*
116
107
117
108
release :
118
- needs : merge
109
+ needs : build
119
110
runs-on : ubuntu-latest
120
111
121
112
steps :
You can’t perform that action at this time.
0 commit comments