checkout repo lol

This commit is contained in:
ahuston-0 2025-05-26 17:14:34 -04:00
parent 6ae000a876
commit 6d09ec502f
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -64,7 +64,9 @@ jobs:
- name: Reset outputs from previous job
run: |
echo "DETERMINATE_BINARY=${{ needs.download-binary.outputs.DETERMINATE_BINARY }}" | tee -a "$GITHUB_ENV"
echo "DETERMINATE_VERSION=${{ needs.download-binary.outputs.DETERMINATE_VERSION }}" | tee -a "$GITHUB_ENV"
echo "DETERMINATE_VERSION=${{ needs.download-binary.outputs.DETERMINATE_VERSION }}" | tee -a "$GITHUB_ENV"
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: determinate-binary