[CI] Don't actually suffix ZIP, I think

This commit is contained in:
LDA 2024-09-11 12:59:20 +02:00
commit 619f49f8c8

View file

@ -83,5 +83,5 @@ jobs:
- name: Upload it all(as a ZIP of a .TGZ) - name: Upload it all(as a ZIP of a .TGZ)
uses: https://github.com/christopherhx/gitea-upload-artifact@v4 uses: https://github.com/christopherhx/gitea-upload-artifact@v4
with: with:
name: ${{ env.PGZ }}.zip name: ${{ env.PGZ }}
path: ${{ env.PGZ }} path: ${{ env.PGZ }}