Skip to content

Commit d33ce25

Browse files
committed
ci: fix artifact naming conflict using matrix.target
1 parent be11ca4 commit d33ce25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/upload-artifact@v4
4444
if: github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
4545
with:
46-
name: oxicord_${{ runner.os }}_${{ runner.arch }}
46+
name: oxicord_${{ matrix.target }}
4747
path: |
4848
target/${{ matrix.target }}/release/oxicord
4949
target/${{ matrix.target }}/release/oxicord.exe

0 commit comments

Comments
 (0)