Update .gitea/workflows/build.yml
This commit is contained in:
@@ -45,8 +45,8 @@ jobs:
|
|||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dist.zip
|
name: dist.tar.gz
|
||||||
path: dist.zip
|
path: dist.tar.gz
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
echo Deploying...
|
echo Deploying...
|
||||||
|
|||||||
Reference in New Issue
Block a user