Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Jun 18, 2024
1 parent 94d45ea commit 9fc7141
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,15 @@ jobs:
- name: Build UI
run: |
REACT_APP_SNAP_VERSION="$VERSION" yarn workspace wallet-ui build
ls -al ./packages/starknet-snap/dist
env:
VERSION: ${{ needs.perpare-deployment.outputs.VERSION }}
- uses: actions/cache@v3
id: restore-build
with:
path: |
./packages/wallet-ui/build/*
./packages/starknet-snap/dist/bundle.js
./packages/starknet-snap/dist/*
./packages/starknet-snap/snap.manifest.json
./node_modules/.yarn-state.yml
key: ${{ github.sha }}
Expand All @@ -125,7 +126,7 @@ jobs:
with:
# add /packages/snap/snap.manifest.json to include an updated shasum from build due to version update in auto PR
path: |
./packages/starknet-snap/dist/bundle.js
./packages/starknet-snap/dist/*
./packages/starknet-snap/snap.manifest.json
./node_modules/.yarn-state.yml
key: ${{ github.sha }}
Expand Down

0 comments on commit 9fc7141

Please sign in to comment.