Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trinity/fix build #207

Merged
merged 6 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix build
trinitys7 committed Nov 12, 2024
commit 2f615ca1a0579de69380a6154793e526075c12f0
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
override: true

- name: Build schemas
run: ./devtools/build_schemas.sh
run: ./scripts/build_schemas.sh

# This must go after the other cargo commands, as it writes lots of stuff to
# target/ with root permissions (from docker)
@@ -35,7 +35,7 @@ jobs:
with:
image: cosmwasm/optimizer:0.15.0
options: -v ${{ github.workspace }}:/code
run: optimize.sh .
run: ./scripts/optimize.sh .

- name: Create release
uses: softprops/action-gh-release@v1