Skip to content

Commit

Permalink
Bump action
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Mar 5, 2021
1 parent 3f45510 commit 6fab0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Android-CI-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
java-version: 1.8
- name: Install Android SDK
uses: malinskiy/action-android/install-sdk@release/0.1.0
uses: malinskiy/action-android/install-sdk@release/0.1.1
- name: Decrypt keystore
run: ./signing/decrypt.sh
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PullRequest

on: [pull_request]
on: [ pull_request ]

jobs:
buildTest:
Expand Down

0 comments on commit 6fab0a8

Please sign in to comment.