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 8f85b3b commit 83aa443Copy full SHA for 83aa443
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Archive the build for debugging
26
uses: actions/upload-artifact@v4
27
with:
28
- name: build-files-{{ matrix.os }}
+ name: build-files-${{ matrix.os }}
29
path: |
30
build-files
31
- uses: ./
0 commit comments