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