We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db74ba commit be1ddd1Copy full SHA for be1ddd1
.github/workflows/build.yml
@@ -43,6 +43,6 @@ jobs:
43
- name: Upload artifact
44
uses: actions/upload-artifact@v4
45
with:
46
- name: build-artifact
+ name: build-artifact-${{matrix.platform}}
47
path: publish/
48
retention-days: 7 # Keep the artifact for 7 days
0 commit comments