Skip to content

Commit c8cb1eb

Browse files
committed
fix command name
1 parent d4351a7 commit c8cb1eb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/actions/upload/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ runs:
2424
shell: bash
2525
run: |
2626
set -Eeu
27-
echo $AWS_SECRET_ACCESS_KEY | sha256
28-
echo $AWS_ACCESS_KEY_ID | sha256
27+
echo $AWS_SECRET_ACCESS_KEY | sha256sum
28+
echo $AWS_ACCESS_KEY_ID | sha256sum
2929
./pin.sh
3030
nix build o1js#bindings --accept-flake-config
3131
temp_key=$(mktemp)

.github/workflows/checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ jobs:
109109
Upload-bindings:
110110
name: upload bindings artifact
111111
if: ${{ inputs.proof_systems_commit == '' }}
112-
needs: [Prepare]
113112
runs-on: ubuntu-latest
114113
steps:
115114
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)