fix: ci
Some checks failed
ci / build (pull_request) Failing after 0s
ci / publish (pull_request) Has been skipped

Fixed an issue with artifact naming
This commit is contained in:
Matthew McPeak 2026-06-12 10:22:49 -04:00
parent 4c642a9775
commit 23e2a2e7c9
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -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: