fix: install python3 before publish step in gdu workflow
gdu static musl build / build-and-release (push) Successful in 39s

This commit is contained in:
Hermes Agent
2026-05-07 23:34:46 +00:00
parent 37968e48fc
commit 3c305ac5b4
+1
View File
@@ -63,6 +63,7 @@ jobs:
TARGET_SHA: ${{ gitea.sha }} TARGET_SHA: ${{ gitea.sha }}
working-directory: ${{ gitea.workspace }} working-directory: ${{ gitea.workspace }}
run: | run: |
apk add --no-cache python3
python3 scripts/publish_release.py \ python3 scripts/publish_release.py \
"dist/${{ steps.meta.outputs.artifact }}" \ "dist/${{ steps.meta.outputs.artifact }}" \
"dist/${{ steps.meta.outputs.artifact }}.tar.gz" \ "dist/${{ steps.meta.outputs.artifact }}.tar.gz" \