File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
93
+ name : build-artifact-${{ matrix.target }}${{ matrix.suffix }}
94
94
path : |
95
95
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
96
96
src/Dockerfile
99
99
- name : Upload artifacts
100
100
uses : actions/upload-artifact@v4
101
101
with :
102
- name : build-artifact-${{ matrix.target }}
102
+ name : build-artifact-${{ matrix.target }}${{ matrix.suffix }}
103
103
path : |
104
104
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
105
105
overwrite : true
@@ -158,9 +158,9 @@ jobs:
158
158
run : echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
159
159
160
160
- name : Download artifact
161
- uses : actions/download-artifact@v4.1.7
161
+ uses : actions/download-artifact@v4
162
162
with :
163
- name : ${{ matrix.target }}
163
+ name : build-artifact- ${{ matrix.target }}${{ matrix.suffix }}
164
164
165
165
- name : Decompress artifact
166
166
uses :
TonyBogdanov/[email protected]
You can’t perform that action at this time.
0 commit comments