Skip to content

Commit

Permalink
Fix and debug release CI (#955)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac authored Sep 7, 2024
1 parent 529d241 commit 1d8802a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
id: hash_execs
run: |
set -euo pipefail
ls -l .execs/*
echo "hash_execs=$(sha256sum .execs/* | base64 -w0)" >> "${GITHUB_OUTPUT}"
# When uploading executables we push them all to the same archive and
Expand All @@ -98,7 +99,7 @@ jobs:
- name: Upload executables as an artifact for later jobs in workflow
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
path: .execs/
path: .execs/*
name: executables.zip # When downloading it is a zip with all executables
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 1d8802a

Please sign in to comment.