From 92d34d94752b48274144a15567c10360c7c89f5b Mon Sep 17 00:00:00 2001 From: M R 3 Y <26522145+mr3y-the-programmer@users.noreply.github.com> Date: Wed, 22 Nov 2023 21:18:57 +0200 Subject: [PATCH] Release android app's new versions from a windows machine on CI --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a017d22..a4a7f23e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: - runs-on: ubuntu-latest + runs-on: windows-latest permissions: contents: write @@ -76,4 +76,4 @@ jobs: - uses: ncipollo/release-action@v1 with: artifacts: "./androidApp/build/outputs/apk/release/androidApp-release.apk" - body: ${{ steps.build_changelog.outputs.changelog }} \ No newline at end of file + body: ${{ steps.build_changelog.outputs.changelog }}