Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Add missing checkout step to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tunous committed Jun 13, 2020
1 parent aaf814e commit 735aecd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v1

- name: Get APK
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit 735aecd

Please sign in to comment.