Skip to content

Commit 45f2116

Browse files
committed
Fix artifact upload
1 parent dd16d00 commit 45f2116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Upload artifacts
2828
uses: actions/upload-artifact@v4
2929
with:
30-
name: macOS artifacts for ${{ matrix.os }}
30+
name: macOS artifacts for ${{ matrix.os }}/${{ matrix.build_command }}
3131
path: aastuff*
3232

3333
test-get-key:

0 commit comments

Comments
 (0)