Skip to content

Commit 9563cc9

Browse files
Fixing upload name conflict
1 parent ec80915 commit 9563cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- uses: actions/upload-artifact@v4
3030
with:
31-
name: micro-${{ matrix.os }}-${{ github.sha }}
31+
name: micro-${{ matrix.os }}-${{ matrix.go-version }}-${{ github.sha }}
3232
path: |
3333
./micro
3434
./micro.exe

0 commit comments

Comments
 (0)