Skip to content

Commit 3394b49

Browse files
committed
Add artifact OS suffix for no name conflicts
1 parent 53d6594 commit 3394b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_cbsinit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
-CloudbaseInitRepoBranch ${{ matrix.cbsinit_branch }}
3434
- uses: actions/upload-artifact@v4
3535
with:
36-
name: "CloudbaseInit_${{ matrix.platform }}_MSI_${{ matrix.cbsinit_branch }}"
36+
name: "CloudbaseInit_${{ matrix.platform }}_{{ matrix.os }}_MSI_${{ matrix.cbsinit_branch }}"
3737
path: 'CloudbaseInitSetup/bin/release/${{ matrix.platform }}/CloudbaseInitSetup.msi'
3838
- name: Download external dependencies
3939
shell: powershell

0 commit comments

Comments
 (0)