Skip to content

Commit

Permalink
Build: Attempt to fix store release GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rechyou committed Sep 28, 2024
1 parent 01b624d commit 373e58b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
targetPlatform: ${{ matrix.targetPlatform }}
buildName: ArcCreate

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Build-${{ matrix.targetPlatform }}
path: build/${{ matrix.targetPlatform }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
androidKeyaliasPass: ${{ secrets.ANDROID_KEYALIAS_PASS }}
androidTargetSdkVersion: AndroidApiLevel34

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-Android
path: build/Android
Expand All @@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Android Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-Android
path: build/Android
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
targetPlatform: iOS
buildName: ArcCreate

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-iOS
path: build/iOS
Expand All @@ -185,7 +185,7 @@ jobs:
uses: actions/checkout@v2

- name: Download iOS Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-iOS
path: build/iOS
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
androidKeyaliasPass: ${{ secrets.ANDROID_KEYALIAS_PASS }}
androidTargetSdkVersion: AndroidApiLevel34

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.targetPlatform }}
path: build/${{ matrix.targetPlatform }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Android Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-Android
path: build/Android
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
uses: actions/checkout@v2

- name: Download iOS Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-iOS
path: build/iOS
Expand Down

0 comments on commit 373e58b

Please sign in to comment.