fix pathing
Some checks failed
Update Determinate Nix binary / download-binary (push) Failing after 12s
Update Determinate Nix binary / commit-data (push) Has been skipped

This commit is contained in:
ahuston-0 2025-05-26 17:39:13 -04:00
parent 2c3ce95b30
commit 4cb6f94524
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -70,7 +70,6 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: determinate-binary
path: ${{ env.DETERMINATE_BINARY }}
- name: Git config
run: |
git config user.name github-actions