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 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
path: | with:
dist path: |
index.html dist
node_modules index.html
package.json node_modules
public package.json
src public
tsconfig.json src
vite.config.json tsconfig.json
yarn.lock vite.config.json
yarn.lock