From 9407e6bb0442440e5f22a5ce1d65e8fc1563ae6a Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 10 Jan 2022 16:59:09 -0600 Subject: [PATCH] zz --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fd5d8a..9c18b47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,17 +9,19 @@ jobs: with: path: editor - uses: actions/checkout@v2 - repository: iptq/libosu with: + repository: iptq/libosu path: libosu - uses: actions-rs/toolchain@v1 with: toolchain: stable + - name: build working-directory: editor run: | cargo build --release + - uses: actions/upload-artifact@v2 working-directory: editor with: