Skip to content

Commit

Permalink
fixed optimize script name (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso authored Aug 12, 2024
1 parent 0db68c2 commit c8ae2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Compile contracts
timeout-minutes: 30
run: optimize_workspace.sh .
run: optimize.sh .

- name: Upload contracts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c8ae2f0

Please sign in to comment.