fix: ci
Fixed an issue with artifact naming
This commit is contained in:
parent
4c642a9775
commit
23e2a2e7c9
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Upload dist
|
- name: Upload dist
|
||||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist.zip
|
name: portfolio${{ '-' + steps.meta.outputs.tag }}.zip
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue