Skip to content

Commit

Permalink
Merge branch 'master' into sunset_govv1
Browse files Browse the repository at this point in the history
  • Loading branch information
vgantchev committed Sep 17, 2024
2 parents 131cda2 + d6f885a commit 21f647e
Show file tree
Hide file tree
Showing 74 changed files with 5,415 additions and 4,112 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: Version info
run: ./target/release/basilisk --version
- name: Upload release binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: basilisk
path: target/release/basilisk
- name: Upload release wasm
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: basilisk_runtime.compact.compressed.wasm
path: target/release/basilisk_runtime.compact.compressed.wasm
Expand Down
Loading

0 comments on commit 21f647e

Please sign in to comment.