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 @@ -43,17 +43,17 @@ jobs:
4343 uses : actions/upload-artifact@v3
4444 with :
4545 path : " build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk"
46- name : Miru-pr-${{ github.event.pull_request.number }-armeabi-v7a.apk
46+ name : Miru-pr-${{ github.event.pull_request.number }} -armeabi-v7a.apk
4747 - name : Upload Artifact - arm64-v8a
4848 uses : actions/upload-artifact@v3
4949 with :
5050 path : " build/app/outputs/flutter-apk/app-arm64-v8a-release.apk"
51- name : Miru-pr-${{ github.event.pull_request.number }-arm64-v8a.apk
51+ name : Miru-pr-${{ github.event.pull_request.number }} -arm64-v8a.apk
5252 - name : Upload Artifact - x86
5353 uses : actions/upload-artifact@v3
5454 with :
5555 path : " build/app/outputs/flutter-apk/app-x86_64-release.apk"
56- name : Miru-pr-${{ github.event.pull_request.number }-x86_64.apk
56+ name : Miru-pr-${{ github.event.pull_request.number }} -x86_64.apk
5757
5858 build-and-release-windows :
5959 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments