Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Feb 26, 2024
1 parent 73d8ba1 commit 5294e4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
app: app/build/outputs/apk/release
steps:
- uses: actions/checkout@v3
ref: ${{ github.ref }}
with:
ref: ${{ github.ref }}

- uses: actions/cache@v3
id: cache-android
Expand Down

0 comments on commit 5294e4b

Please sign in to comment.