more artifact fixes
Some checks failed
Update Determinate Nix binary / download-binary (push) Failing after 36s
Update Determinate Nix binary / commit-data (push) Has been skipped

This commit is contained in:
ahuston-0 2025-05-26 17:08:49 -04:00
parent e47b285ea3
commit f5c1b87d70
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -47,8 +47,11 @@ jobs:
DERMINATE_BINARY: ${{ env.DETERMINATE_BINARY }}
- uses: actions/upload-artifact@v4
with:
name: ${{ env.DETERMINATE_BINARY }}
name: determinate-binary
path: ${{ env.DETERMINATE_BINARY }}
compression-level: 9
if-no-files-found: error
retention-period: 5
outputs:
DETERMINATE_BINARY_DIFF: ${{ steps.binary-check.outputs.DETERMINATE_BINARY_DIFF }}
DETERMINATE_BINARY: ${{ env.DETERMINATE_BINARY }}
@ -64,7 +67,7 @@ jobs:
echo "DETERMINATE_VERSION=${{ needs.download-binary.outputs.DETERMINATE_VERSION }}" | tee -a "$GITHUB_ENV"
- uses: actions/download-artifact@v4
with:
name: ${{ env.DETERMINATE_BINARY }}
name: determinate-binary
path: ${{ env.DETERMINATE_BINARY }}
- name: Git config
run: |