We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a5f31 commit a3f1e7dCopy full SHA for a3f1e7d
.github/workflows/check.yml
@@ -37,13 +37,13 @@ jobs:
37
if: "matrix.target != 'x86_64-pc-windows-msvc'"
38
uses: actions/upload-artifact@v4
39
with:
40
- name: rosu-memory
+ name: rosu-memory-${{ matrix.target }}
41
path: target/release/rosu-memory
42
retention-days: 5
43
- name: Upload artifacts windows
44
if: "matrix.target == 'x86_64-pc-windows-msvc'"
45
46
47
+ name: rosu-memory-${{ matrix.target }}.exe
48
path: target/release/rosu-memory.exe
49
0 commit comments