We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4351a7 commit c8cb1ebCopy full SHA for c8cb1eb
.github/actions/upload/action.yml
@@ -24,8 +24,8 @@ runs:
24
shell: bash
25
run: |
26
set -Eeu
27
- echo $AWS_SECRET_ACCESS_KEY | sha256
28
- echo $AWS_ACCESS_KEY_ID | sha256
+ echo $AWS_SECRET_ACCESS_KEY | sha256sum
+ echo $AWS_ACCESS_KEY_ID | sha256sum
29
./pin.sh
30
nix build o1js#bindings --accept-flake-config
31
temp_key=$(mktemp)
.github/workflows/checks.yml
@@ -109,7 +109,6 @@ jobs:
109
Upload-bindings:
110
name: upload bindings artifact
111
if: ${{ inputs.proof_systems_commit == '' }}
112
- needs: [Prepare]
113
runs-on: ubuntu-latest
114
steps:
115
- uses: actions/checkout@v4
0 commit comments