mirror of https://github.com/Leinnan/rpack.git
Update build.yml
This commit is contained in:
parent
f015c9b1e0
commit
caad8a5eaa
|
|
@ -39,10 +39,15 @@ jobs:
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
mv crates/rpack_egui/RpackInstaller.pkg artifacts/RpackInstaller.pkg
|
mv crates/rpack_egui/RpackInstaller.pkg artifacts/RpackInstaller.pkg
|
||||||
- name: Regular installer
|
- name: Regular installer
|
||||||
if: ${{ !startsWith(runner.os, 'macos') }}
|
if: ${{ startsWith(runner.os, 'ubuntu') }}
|
||||||
working-directory: crates/rpack_egui
|
working-directory: crates/rpack_egui
|
||||||
run: |
|
run: |
|
||||||
just create_installer
|
just create_installer
|
||||||
|
- name: Windows build
|
||||||
|
if: ${{ startsWith(runner.os, 'windows') }}
|
||||||
|
working-directory: crates/rpack_egui
|
||||||
|
run: |
|
||||||
|
cargo build --release
|
||||||
- name: Copy artifacts
|
- name: Copy artifacts
|
||||||
if: ${{ startsWith(runner.os, 'windows') }}
|
if: ${{ startsWith(runner.os, 'windows') }}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue