Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Dec 21, 2023
1 parent 64943ff commit f2ab765
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@ jobs:
install-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- name: Install npm dependencies
run: |
yarn
build-android:
needs: install-and-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install npm dependencies
run: |
yarn
- name: Decode Keystore
id: decode_keystore
uses: timheuer/base64-to-file@v1
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/android_release_self_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@ jobs:
install-and-test:
runs-on: ssp-key-android
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- name: Install npm dependencies
run: |
yarn
build-android:
needs: install-and-test
runs-on: ssp-key-android
steps:
- uses: actions/checkout@v3
- name: Install npm dependencies
run: |
yarn
- name: Decode Keystore
id: decode_keystore
uses: timheuer/base64-to-file@v1
Expand Down

0 comments on commit f2ab765

Please sign in to comment.