We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea11749 commit 2b96d0aCopy full SHA for 2b96d0a
1 file changed
.github/workflows/main.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: upload artifact
86
uses: actions/upload-artifact@v6
87
with:
88
- name: "fd_lib-${{ github.ref_name }}-build"
+ name: "fd_lib-${{ github.ref_name }}-${{ matrix.os }}"
89
path: ./build
90
if-no-files-found: error
91
compression-level: 0
0 commit comments