Skip to content

Commit

Permalink
Shift to tramline runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Mar 5, 2024
1 parent 4ab6d47 commit 65931c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mobile-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:

jobs:
build:
# This job will run on ubuntu virtual machine
runs-on: ubuntu-latest
# This job will run on the tramline macos runners
runs-on: tramline-macos-sonoma-md
defaults:
run:
working-directory: mobile
Expand Down Expand Up @@ -50,13 +50,13 @@ jobs:
SIGNING_STORE_PASSWORD: foobar

- name: Checksum
run: sha256sum build/app/outputs/flutter-apk/ente.apk > build/app/outputs/flutter-apk/sha256sum
run: sha256sum build/app/outputs/flutter-apk/app-independent-release.apk > build/app/outputs/flutter-apk/sha256sum

# Upload generated apk to the artifacts.
- uses: actions/upload-artifact@v4
with:
name: release-apk
path: build/app/outputs/flutter-apk/ente.apk
path: build/app/outputs/flutter-apk/app-independent-release.apk

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 65931c9

Please sign in to comment.