From 619f49f8c8d98ac74420b27cad33ff421460d70c Mon Sep 17 00:00:00 2001 From: LDA Date: Wed, 11 Sep 2024 12:59:20 +0200 Subject: [PATCH] [CI] Don't actually suffix ZIP, I think --- .forgejo/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-release.yaml b/.forgejo/workflows/build-release.yaml index 4aa3715..f20b6bf 100644 --- a/.forgejo/workflows/build-release.yaml +++ b/.forgejo/workflows/build-release.yaml @@ -83,5 +83,5 @@ jobs: - name: Upload it all(as a ZIP of a .TGZ) uses: https://github.com/christopherhx/gitea-upload-artifact@v4 with: - name: ${{ env.PGZ }}.zip + name: ${{ env.PGZ }} path: ${{ env.PGZ }}