Skip to content

Commit

Permalink
chore: recover commits
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Jul 18, 2024
1 parent da003c4 commit eb703fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-web-app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Artifacts
name: Deploy Web App
on:
push:
branches:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
restore-keys: ${{ runner.os }}-pnpm-store

- name: Build
run: pnpm --filter web build
run: pnpm --filter artifacts build && pnpm --filter web build

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const artifacts = ['wasm', 'zkey']
export const artifacts = ['wasm', 'zkey', 'json']
export const owner = 'privacy-scaling-explorations'
export const repo = 'snark-artifacts'
export const cdnUrl = 'https://snark-artifacts.pse.dev'
Expand Down

0 comments on commit eb703fe

Please sign in to comment.