File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 name : Release
4747 runs-on : ubuntu-latest
4848 needs : [build-release, build-debug]
49- if : inputs.send_telegram == 'true' || inputs.send_github == 'true'
49+ if : github.event. inputs.send_telegram == 'true' || github.event. inputs.send_github == 'true'
5050 steps :
5151 - name : Checkout
5252 uses : actions/checkout@v4.2.2
@@ -205,7 +205,7 @@ jobs:
205205 playstore :
206206 name : Release to Play Store
207207 runs-on : ubuntu-latest
208- if : inputs.send_playstore == 'true'
208+ if : github.event. inputs.send_playstore == 'true'
209209 needs : build-release
210210 steps :
211211 - name : Checkout
@@ -250,4 +250,4 @@ jobs:
250250 releaseFiles : ${{ steps.find_aab.outputs.AAB_PATH }}
251251 track : production
252252 status : completed
253- inAppUpdatePriority : 5
253+ inAppUpdatePriority : 5
You can’t perform that action at this time.
0 commit comments