mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
actions don't use python3 by default?
This commit is contained in:
parent
34ed4aeafe
commit
d4d2b8e852
2
.github/workflows/slsa-releaser.yml
vendored
2
.github/workflows/slsa-releaser.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
|
||||
run: |
|
||||
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
|
||||
pip install requests
|
||||
pip3 install requests
|
||||
python3 scripts/actions-sign.py
|
||||
echo $GITHUB_REF
|
||||
export VERSION=${GITHUB_REF##*/}
|
||||
|
Loading…
Reference in New Issue
Block a user