File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6464 - name : Upload Debug APK to CDN
6565 uses : wei/curl@v1
6666 with :
67- args : --location --request POST ${{ env.FILE_UPLOAD_URL }} -F 'file=@tv/build/outputs/apk/release/${{ env.RELEASE_VERSION }}/atsy-cast-debug-local.apk;type=application/vnd.android.package-archive' --form 'version=${{ env.RELEASE_VERSION }}' --form 'apk_name=ATSY Cast - New ' --form 'file_name=atsy-cast-debug' --form 'is_home_version=true' --form 'update_name=atsy-cast-debug '
67+ args : --location --request POST ${{ env.FILE_UPLOAD_URL }} -F 'file=@tv/build/outputs/apk/release/${{ env.RELEASE_VERSION }}/atsy-cast-debug-local.apk;type=application/vnd.android.package-archive' --form 'version=${{ env.RELEASE_VERSION }}' --form 'apk_name=ATSY Cast' --form 'file_name=atsy-cast-debug' --form 'is_home_version=true'
6868
6969 - name : Notift Debug status
7070 if : always()
Original file line number Diff line number Diff line change 5353 - name : Upload Home APK to CDN
5454 uses : wei/curl@v1
5555 with :
56- args : --location --request POST ${{ env.FILE_UPLOAD_URL }} -F 'file=@tv/build/outputs/apk/release/${{ env.RELEASE_VERSION }}/atsy-cast-home.apk;type=application/vnd.android.package-archive' --form 'version=${{ env.RELEASE_VERSION }}' --form 'apk_name=ATSY Cast - New ' --form 'file_name=atsy-cast' --form 'is_home_version=true' --form 'update_name=home'
56+ args : --location --request POST ${{ env.FILE_UPLOAD_URL }} -F 'file=@tv/build/outputs/apk/release/${{ env.RELEASE_VERSION }}/atsy-cast-home.apk;type=application/vnd.android.package-archive' --form 'version=${{ env.RELEASE_VERSION }}' --form 'apk_name=ATSY Cast' --form 'file_name=atsy-cast' --form 'is_home_version=true' --form 'update_name=home'
5757
5858 - name : Notift Home status
5959 if : always()
Original file line number Diff line number Diff line change 5353 - name : Upload Release APK to CDN
5454 uses : wei/curl@v1
5555 with :
56- args : --location --request POST ${{ env.FILE_UPLOAD_URL }} -F 'file=@tv/build/outputs/apk/release/${{ env.RELEASE_VERSION }}/atsy-cast.apk;type=application/vnd.android.package-archive' --form 'version=${{ env.RELEASE_VERSION }}' --form 'apk_name=ATSY Cast - New ' --form 'file_name=atsy-cast' --form 'update_name=release'
56+ args : --location --request POST ${{ env.FILE_UPLOAD_URL }} -F 'file=@tv/build/outputs/apk/release/${{ env.RELEASE_VERSION }}/atsy-cast.apk;type=application/vnd.android.package-archive' --form 'version=${{ env.RELEASE_VERSION }}' --form 'apk_name=ATSY Cast' --form 'file_name=atsy-cast' --form 'update_name=release'
5757
5858 - name : Notift Release status
5959 if : always()
Original file line number Diff line number Diff line change 116116
117117 var pathList = localStorage . getItem ( cacheName ) ;
118118 if ( pathList === null ) {
119- pathList = [ "ATSY Cast - New " ] ;
119+ pathList = [ "ATSY Cast" ] ;
120120 } else {
121121 pathList = pathList . split ( "," ) ;
122122 }
You can’t perform that action at this time.
0 commit comments