We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be11ca4 commit d33ce25Copy full SHA for d33ce25
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- uses: actions/upload-artifact@v4
44
if: github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
45
with:
46
- name: oxicord_${{ runner.os }}_${{ runner.arch }}
+ name: oxicord_${{ matrix.target }}
47
path: |
48
target/${{ matrix.target }}/release/oxicord
49
target/${{ matrix.target }}/release/oxicord.exe
0 commit comments