From 1296700be028ad2452699b3d38947be5fc6a5e55 Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Thu, 17 Jun 2021 12:37:11 +0300 Subject: [PATCH] Fix release: set cwd to rust project on rust install --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34b3868..dcff163 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,7 @@ jobs: java-version: '11' - name: Install Rust + working-directory: . run: | rustup toolchain install nightly-2021-04-24-x86_64-unknown-linux-gnu rustup default nightly-2021-04-24-x86_64-unknown-linux-gnu