Update .gitea/workflows/build.yml
This commit is contained in:
@@ -39,9 +39,9 @@ jobs:
|
|||||||
- name: Package Artifacts
|
- name: Package Artifacts
|
||||||
uses: https://github.com/thedoctor0/zip-release@0.7.1
|
uses: https://github.com/thedoctor0/zip-release@0.7.1
|
||||||
with:
|
with:
|
||||||
type: 'zip'
|
type: 'tar'
|
||||||
path: dist
|
path: dist
|
||||||
filename: 'dist.zip'
|
filename: 'dist.tar.gz'
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user