Skip to content

Commit 4aef4f8

Browse files
committed
Update deploy.yml
- [Set up Android SDK] if fix.
1 parent 54a00ce commit 4aef4f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: gradle
3030

3131
- name: Set up Android SDK (Only on Act)
32-
if: success() && ${{ env.ACT }}
32+
if: ${{ success() && env.ACT }}
3333
uses: android-actions/setup-android@v3
3434

3535
- name: Publish
@@ -40,4 +40,4 @@ jobs:
4040
with:
4141
tag: v${{ env.VERSION_NAME }}
4242
allowUpdates: true
43-
generateReleaseNotes: true
43+
generateReleaseNotes: true

0 commit comments

Comments
 (0)