mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
CI again
This commit is contained in:
parent
9f59ccd4a3
commit
01a2b901b5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -26,10 +26,10 @@ jobs:
|
||||||
|
|
||||||
- name: Build Linux proxy release
|
- name: Build Linux proxy release
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
working-directory: ./noita_proxy
|
working-directory: ./noita-proxy
|
||||||
- name: Build Windows proxy release
|
- name: Build Windows proxy release
|
||||||
run: cargo build --release --target x86_64-pc-windows-gnu
|
run: cargo build --release --target x86_64-pc-windows-gnu
|
||||||
working-directory: ./noita_proxy
|
working-directory: ./noita-proxy
|
||||||
|
|
||||||
- name: Create archives
|
- name: Create archives
|
||||||
run: python scripts/ci_make_archives.py
|
run: python scripts/ci_make_archives.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue