Skip to content

Commit

Permalink
Fix directory mismatch caused by change in GH actions artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken committed Feb 2, 2025
1 parent eabd001 commit 2145906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/slsa-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ jobs:
export HISHTORY_TEST=1
curl https://hishtory.dev/install.py | python3 -
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
echo DONE > hishtory-release-validation-completed
- name: Setup tmate session
Expand Down

0 comments on commit 2145906

Please sign in to comment.