From aef88842d2a1ddb87d71fb3d0dc308a2084b2107 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Sat, 18 Jul 2026 23:36:45 +0200 Subject: [PATCH] ci: drop unzip verification from .pext packaging (unzip absent in the dotnet SDK image) Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1b51aa3..fb24be1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: mkdir -p "$GITHUB_WORKSPACE/out" cd exporter/bin/Release zip -j -X "$GITHUB_WORKSPACE/out/punktfunk-sync.pext" extension.yaml PunktfunkSync.dll - unzip -l "$GITHUB_WORKSPACE/out/punktfunk-sync.pext" + ls -l "$GITHUB_WORKSPACE/out/punktfunk-sync.pext" # v3: Gitea's API rejects upload-artifact@v4. - name: Upload .pext uses: actions/upload-artifact@v3