Skip to content

Commit b020e95

Browse files
committed
CHANGE CI action fixes
1 parent 1c9fe8d commit b020e95

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
build:
99
runs-on: macos-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info.
1010
steps:
11+
- uses: actions/checkout@v3
1112

1213
- name: Build Debug APK
1314
run: ./gradlew assembleDevDebug --stacktrace

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
build:
1414
runs-on: macos-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info.
1515
steps:
16+
- uses: actions/checkout@v3
1617

1718
- name: Build Prod Release APK
1819
env:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
build:
1414
runs-on: macos-latest # use [ self-hosted, macOS ] to host on our own mac mini, which is twice as fast and cheaper than hosting on a github runner. See README for more info.
1515
steps:
16+
- uses: actions/checkout@v3
1617

1718
- name: Prepare release
1819
uses: ./.github/workflows/_prepare-release.yml

0 commit comments

Comments
 (0)