Update .gitea/workflows/pull.yml

This commit is contained in:
2026-07-15 13:49:48 +00:00
parent a811f64707
commit 858d78deab
+2 -2
View File
@@ -22,9 +22,9 @@ jobs:
- name: Upload rest api artifact
uses: christopherhx/gitea-upload-artifact@v4
with:
name: ${{ github.event.inputs.filename }}.tar
name: ${{ github.event.inputs.filename }}-extract-me.zip
path: docker-img/${{ github.event.inputs.filename }}.tar
retention-days: 14
compression-level: 1
compression-level: 0
overwrite: true
include-hidden-files: true