Skip to content

Commit a2f1f3e

Browse files
committed
cdn path changed.
1 parent e8ea602 commit a2f1f3e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/debug-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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()

.github/workflows/home-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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()

.github/workflows/release-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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()

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
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
}

0 commit comments

Comments
 (0)