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
+11 -10
View File
@@ -26,13 +26,14 @@ jobs:
run: rm -rf node_modules && yarn install --production=true
- name: Publish artifacts
uses: actions/upload-artifact@v7
path: |
dist
index.html
node_modules
package.json
public
src
tsconfig.json
vite.config.json
yarn.lock
with:
path: |
dist
index.html
node_modules
package.json
public
src
tsconfig.json
vite.config.json
yarn.lock