This commit is contained in:
Michael Zhang 2022-01-10 16:59:09 -06:00
parent 73a3c19ad5
commit 9407e6bb04
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -9,17 +9,19 @@ jobs:
with: with:
path: editor path: editor
- uses: actions/checkout@v2 - uses: actions/checkout@v2
repository: iptq/libosu
with: with:
repository: iptq/libosu
path: libosu path: libosu
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable
- name: build - name: build
working-directory: editor working-directory: editor
run: | run: |
cargo build --release cargo build --release
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
working-directory: editor working-directory: editor
with: with: