Skip to content

Commit

Permalink
Release android app's new versions from a windows machine on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer authored Nov 22, 2023
1 parent 676f862 commit 92d34d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: windows-latest
permissions:
contents: write

Expand Down Expand Up @@ -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 }}
body: ${{ steps.build_changelog.outputs.changelog }}

0 comments on commit 92d34d9

Please sign in to comment.