This commit is contained in:
+11
-10
@@ -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
|
||||
Reference in New Issue
Block a user