Skip to content

Commit

Permalink
ci(Actions): Add missing runs-on tag in google drive action
Browse files Browse the repository at this point in the history
Signed-off-by: arafaysaleem <a.rafaysaleem@gmail.com>
  • Loading branch information
arafaysaleem committed Jun 8, 2021
1 parent d29ffef commit 214ad8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PR-merge-build-release.yaml
Expand Up @@ -94,6 +94,7 @@ jobs:
google-drive-upload:
needs: [build-release]
name: Upload APKS to google drive
runs-on: ubuntu-latest
steps:
- name: Upload apks to google drive
uses: mkrakowitzer/actions-googledrive@1
Expand Down

0 comments on commit 214ad8c

Please sign in to comment.