Update .gitea/workflows/build.yml
This commit is contained in:
@@ -36,13 +36,17 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
- name: Package Artifacts
|
||||||
|
uses: thedoctor0/zip-release@0.7.1
|
||||||
|
with:
|
||||||
|
type: 'zip'
|
||||||
|
path: dist
|
||||||
|
filename: 'dist.zip'
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: package.zip
|
name: dist.zip
|
||||||
path: |
|
path: dist.zip
|
||||||
dist
|
|
||||||
package.json
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
echo Deploying...
|
echo Deploying...
|
||||||
|
|||||||
Reference in New Issue
Block a user