File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ 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 }}
93
+ name : build-artifact-${{ matrix.target }}${{ matrix.suffix }}${{ matrix.self-contained }}
94
94
path : |
95
95
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
96
96
src/Dockerfile
97
97
98
98
- name : Upload artifacts
99
99
uses : actions/upload-artifact@v4
100
100
with :
101
- name : build-artifact-${{ matrix.target }}${{ matrix.suffix }}
101
+ name : build-artifact-${{ matrix.target }}${{ matrix.suffix }}${{ matrix.self-contained }}
102
102
path : |
103
103
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
104
104
You can’t perform that action at this time.
0 commit comments