Skip to content

Commit

Permalink
fix: deploy snap build action should cache
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 committed Jun 27, 2024
1 parent 9c8e5d4 commit 677f322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
GET_STARKNET_PUBLIC_PATH: ${{ needs.prepare-deployment.outputs.GET_STARKNET_PUBLIC_PATH }}
- name: Cache Build
uses: actions/cache@v3
id: restore-build
id: cache
with:
path: |
./packages/get-starknet/dist/webpack
Expand Down

0 comments on commit 677f322

Please sign in to comment.