Download the artifact from this specific run to ensure we aren't getting outdated hishtory binaries

This commit is contained in:
David Dworken 2023-11-06 21:47:14 -08:00
parent 19b9f67724
commit 606ed6ccb0
No known key found for this signature in database

View File

@ -128,8 +128,9 @@ jobs:
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
run: |
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
gh run download -n hishtory-darwin-amd64
gh run download -n hishtory-darwin-arm64
sleep 10
gh run download ${{ github.run_id }} -n hishtory-darwin-amd64
gh run download ${{ github.run_id }} -n hishtory-darwin-arm64
brew install coreutils
python3 scripts/actions-sign.py
- name: Upload Artifacts