Skip to content

Commit

Permalink
Merge pull request #207 from trinitys7/trinity/fix-build
Browse files Browse the repository at this point in the history
Trinity/fix build
  • Loading branch information
trinitys7 authored Nov 12, 2024
2 parents d706e50 + 6d4ade6 commit b665318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[alias]
wasm = "build --release --lib --target wasm32-unknown-unknown"
wasm-debug = "build --lib --target wasm32-unknown-unknown"
schema = "run schema"
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

on:
push:
tags:
- '*'

name: Release artifacts

Expand All @@ -26,7 +24,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)
Expand Down

0 comments on commit b665318

Please sign in to comment.