more artifact fixes
This commit is contained in:
parent
e47b285ea3
commit
f5c1b87d70
7
.github/workflows/flake-update.yml
vendored
7
.github/workflows/flake-update.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user