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 }}
|
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" \
|
||||||
|
|||||||
Reference in New Issue
Block a user