Skip to content

Commit

Permalink
Checkout repo during creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
evgfilim1 committed Aug 14, 2023
1 parent 15f674f commit 092469c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ jobs:
contents: write
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Download APK artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 092469c

Please sign in to comment.