ci: drop unzip verification from .pext packaging (unzip absent in the dotnet SDK image)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user