mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
Fix directory mismatch caused by change in GH actions artifact version
This commit is contained in:
parent
eabd001d3e
commit
2145906f73
2
.github/workflows/slsa-releaser.yml
vendored
2
.github/workflows/slsa-releaser.yml
vendored
@ -222,6 +222,8 @@ jobs:
|
|||||||
export HISHTORY_TEST=1
|
export HISHTORY_TEST=1
|
||||||
curl https://hishtory.dev/install.py | python3 -
|
curl https://hishtory.dev/install.py | python3 -
|
||||||
unset HISHTORY_TEST
|
unset HISHTORY_TEST
|
||||||
|
mv hishtory-darwin-amd64/hishtory-darwin-amd64 /tmp/t; rm -r hishtory-darwin-amd64; mv /tmp/t hishtory-darwin-amd64
|
||||||
|
mv hishtory-darwin-arm64/hishtory-darwin-arm64 /tmp/t; rm -r hishtory-darwin-arm64; mv /tmp/t hishtory-darwin-arm64
|
||||||
python3 scripts/actions-validate.py
|
python3 scripts/actions-validate.py
|
||||||
echo DONE > hishtory-release-validation-completed
|
echo DONE > hishtory-release-validation-completed
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
|
Loading…
x
Reference in New Issue
Block a user