remove unsupported artifact upload from gitea workflow
TubeArchivistMetadata / Build (push) Successful in 44s
TubeArchivistMetadata / Release (push) Has been skipped

This commit is contained in:
2026-07-01 10:21:07 +02:00
parent 9433aff28a
commit 945f1ed6dd
-6
View File
@@ -57,12 +57,6 @@ jobs:
grep -F "\"checksum\": \"$PLUGIN_CHECKSUM\"" manifest.json >/dev/null
grep -F "/releases/download/$GITHUB_REF_NAME/$(basename "$PLUGIN_ARTIFACT")" manifest.json >/dev/null
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: tubearchivistmetadata-${{ env.PLUGIN_VERSION }}
path: ${{ env.PLUGIN_ARTIFACT }}
release:
runs-on: ubuntu-latest
name: Release