Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into event-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Feb 7, 2024
2 parents 883747d + 58c5a2b commit d272c86
Show file tree
Hide file tree
Showing 106 changed files with 7,266 additions and 3,001 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,13 @@ jobs:
targets: wasm32-unknown-unknown
components: rust-src
- name: Download and install Trunk binary
run: wget -qO- https://github.com/thedodd/trunk/releases/download/v0.17.5/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.18.7/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf- -C ${{ runner.temp }}
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- run: ./trunk build --release
- name: Build luminol (Release)
run: ${{ runner.temp }}/trunk build --release
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: luminol-trunk
path: ${{ github.workspace }}/dist/
path: ${{ github.workspace }}/dist/
Loading

0 comments on commit d272c86

Please sign in to comment.