ci: drop unzip verification from .pext packaging (unzip absent in the dotnet SDK image)
CI / exporter (push) Successful in 11s
CI / build (push) Failing after 19s
CI / publish (push) Has been skipped

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-18 23:36:45 +02:00
parent 6694be9848
commit aef88842d2
+1 -1
View File
@@ -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