fix: install python3 before publish step in gdu workflow
gdu static musl build / build-and-release (push) Successful in 39s
gdu static musl build / build-and-release (push) Successful in 39s
This commit is contained in:
@@ -63,6 +63,7 @@ jobs:
|
||||
TARGET_SHA: ${{ gitea.sha }}
|
||||
working-directory: ${{ gitea.workspace }}
|
||||
run: |
|
||||
apk add --no-cache python3
|
||||
python3 scripts/publish_release.py \
|
||||
"dist/${{ steps.meta.outputs.artifact }}" \
|
||||
"dist/${{ steps.meta.outputs.artifact }}.tar.gz" \
|
||||
|
||||
Reference in New Issue
Block a user