Skip to content

Commit 13c945f

Browse files
author
decryptable
committed
I'm sure there won't be any errors this time
1 parent b8c56e7 commit 13c945f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/release-app.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,13 @@ jobs:
138138
mv app/build/outputs/apk/release/app-arm64-v8a-release-unsigned-signed.apk app/build/outputs/apk/release/IL2CPPInjector-arm64-v8a-signed.apk
139139
140140
- name: Upload signed APK(s) to release
141-
uses: "marvinpinto/action-automatic-releases@latest"
141+
uses: svenstaro/upload-release-action@v2
142142
with:
143143
repo_token: "${{ secrets.GITHUB_TOKEN }}"
144-
automatic_release_tag: "latest"
144+
draft: true
145145
prerelease: true
146-
title: ${{ env.playstore_name}} - ${{ env.timestamp }}
147-
files: |
148-
app/build/outputs/apk/release/IL2CPPInjector-armeabi-v7a-signed.apk
149-
app/build/outputs/apk/release/IL2CPPInjector-arm64-v8a-signed.apk
146+
release_name: ${{ env.playstore_name}} - ${{ env.timestamp }}
147+
tag: ${{ github.ref }}
148+
overwrite: true
149+
file_glob: true
150+
file: app/build/outputs/apk/release/IL2CPPInjector-*-signed.apk

0 commit comments

Comments
 (0)