ci: missing "with" for upload artifact
Build and Deploy / Build (push) Failing after 1m22s

This commit is contained in:
redglow
2026-06-22 08:49:26 +02:00
parent c1c5aabd36
commit ce29a85d61
+1
View File
@@ -26,6 +26,7 @@ jobs:
run: rm -rf node_modules && yarn install --production=true run: rm -rf node_modules && yarn install --production=true
- name: Publish artifacts - name: Publish artifacts
uses: actions/upload-artifact@v7 uses: actions/upload-artifact@v7
with:
path: | path: |
dist dist
index.html index.html