Skip to content

Commit 589df6f

Browse files
Update publish.yml
1 parent 5d45a05 commit 589df6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Upload APK to release
9494
id: upload_apk
95-
uses: svenstaro/upload-release-action@v3
95+
uses: svenstaro/upload-release-action@v2
9696
with:
9797
repo_token: ${{ secrets.GITHUB_TOKEN }}
9898
file: "./app/build/outputs/apk/release/${{ env.apk_file }}"

0 commit comments

Comments
 (0)