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