Skip to content

Commit 8f76a2c

Browse files
authored
fix android-testapp-release workflow (#3719)
1 parent 8908056 commit 8f76a2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android-testapp-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
create-android-testapp-release:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/checkout@v4
14+
1315
- name: Create Release
1416
run: |
1517
gh release create android-testapp-${{ github.sha }} \

0 commit comments

Comments
 (0)