Skip to content

Commit 45390e7

Browse files
committed
Merge branch 'dev-deavid' into alpha
2 parents 36c0460 + 1f7e487 commit 45390e7

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/release-alpha.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,23 @@ jobs:
1818
- name: Update APT & Install Build Dependencies
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
21+
sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 mingw-w64 zip
22+
23+
- name: Install WASM deps
24+
run: |
25+
cargo install wasm-pack
2226
2327
- name: Set up Rust
2428
uses: dtolnay/rust-toolchain@stable
29+
with:
30+
toolchain: stable
31+
target: x86_64-pc-windows-gnu,wasm32-unknown-unknown
2532

2633
- name: Install just
2734
uses: extractions/setup-just@v3
2835

29-
- name: Build Server Package
30-
run: just package-server
36+
- name: Build and Package Artifacts
37+
run: just package-all
3138

3239
- name: Overwrite alpha-latest rolling release
3340
env:
@@ -39,5 +46,5 @@ jobs:
3946
--prerelease \
4047
--title "Alpha Latest (rolling)" \
4148
--notes "Latest alpha build from the alpha branch. Volatile. May break." \
42-
releases/unhaunter-*-server-linux-x86_64.tar.gz
49+
releases/unhaunter-*
4350
gh release edit alpha-latest --latest=false

0 commit comments

Comments
 (0)