From 7f21d1f9082a43803e05c37f021912e012145aa5 Mon Sep 17 00:00:00 2001 From: Tien Do Nam Date: Wed, 19 Feb 2025 16:22:33 +0100 Subject: [PATCH] ci: release retry 3 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 318c2459..f4478ae0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,7 +113,7 @@ jobs: override: ${{ env.RUST_VERSION }} - name: Check rust-toolchain.toml - working-directory: ${{ env.APK_BUILD_DIR }}/app + working-directory: app run: rustup show - name: Dependencies @@ -192,7 +192,7 @@ jobs: override: ${{ env.RUST_VERSION }} - name: Check rust-toolchain.toml - working-directory: ${{ env.APK_BUILD_DIR }}/app + working-directory: app run: rustup show - name: Enable dart_distributor @@ -292,7 +292,7 @@ jobs: override: ${{ env.RUST_VERSION }} - name: Check rust-toolchain.toml - working-directory: ${{ env.APK_BUILD_DIR }}/app + working-directory: app run: rustup show - name: Dependencies