Skip to content

Commit 48845c6

Browse files
committed
- Add even more..
1 parent 49803c3 commit 48845c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ jobs:
9090
if: ${{ matrix.os == 'ubuntu-latest' && matrix.self-contained == 'normal' }}
9191
uses: actions/upload-artifact@v4
9292
with:
93-
name: build-artifact-${{ matrix.target }}${{ matrix.suffix }}
93+
name: build-artifact-${{ matrix.target }}${{ matrix.suffix }}${{ matrix.self-contained }}
9494
path: |
9595
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
9696
src/Dockerfile
9797
9898
- name: Upload artifacts
9999
uses: actions/upload-artifact@v4
100100
with:
101-
name: build-artifact-${{ matrix.target }}${{ matrix.suffix }}
101+
name: build-artifact-${{ matrix.target }}${{ matrix.suffix }}${{ matrix.self-contained }}
102102
path: |
103103
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
104104

0 commit comments

Comments
 (0)