Update .gitea/workflows/build.yml

This commit is contained in:
2023-07-12 23:36:21 +02:00
parent f1ed9f4dc0
commit 9f76ff6e7d
+2 -2
View File
@@ -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: