Skip to content

Commit e9bc2e4

Browse files
committed
fix duplicate artifact name
1 parent ce2fd5d commit e9bc2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- run: ./build.sh
9999
- uses: actions/upload-artifact@v4
100100
with:
101-
name: artifacts-${{ matrix.os }}
101+
name: artifacts-${{ matrix.os }}${{ matrix.BUILD_TAG }}
102102
path: ./artefacts/*
103103
retention-days: 3
104104
release:

0 commit comments

Comments
 (0)