We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f191d commit 7acd1baCopy full SHA for 7acd1ba
1 file changed
.github/workflows/ci.yaml
@@ -61,10 +61,12 @@ jobs:
61
- name: Upload zip artifact
62
uses: actions/upload-artifact@v4
63
with:
64
+ name: ${{ steps.version.outputs.archive_name }}.zip
65
path: dist/${{ steps.version.outputs.archive_name }}.zip
66
- name: Upload tar.gz artifact
67
68
69
+ name: ${{ steps.version.outputs.archive_name }}.tar.gz
70
path: dist/${{ steps.version.outputs.archive_name }}.tar.gz
71
72
0 commit comments