Update .gitea/workflows/pull.yml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user