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