|
72 | 72 | flutter build apk --split-per-abi |
73 | 73 |
|
74 | 74 | - name: Setup GCP authentication |
75 | | - uses: google-github-actions/auth@v1 |
| 75 | + uses: google-github-actions/auth@v2 |
76 | 76 | with: |
77 | 77 | credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }} |
78 | 78 | - name: Setup gcloud |
@@ -130,7 +130,7 @@ jobs: |
130 | 130 | ( cd ios && fastlane build_ipa ) |
131 | 131 |
|
132 | 132 | - name: Setup GCP authentication |
133 | | - uses: google-github-actions/auth@v1 |
| 133 | + uses: google-github-actions/auth@v2 |
134 | 134 | with: |
135 | 135 | credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }} |
136 | 136 | - name: Setup gcloud |
@@ -206,7 +206,7 @@ jobs: |
206 | 206 | zip -r bundle.zip bundle/* |
207 | 207 |
|
208 | 208 | - name: Setup GCP authentication |
209 | | - uses: google-github-actions/auth@v1 |
| 209 | + uses: google-github-actions/auth@v2 |
210 | 210 | with: |
211 | 211 | credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }} |
212 | 212 | - name: Setup gcloud |
@@ -267,7 +267,7 @@ jobs: |
267 | 267 | ditto -c -k --keepParent "${_appBasename}" "${_appBasename}.zip" |
268 | 268 |
|
269 | 269 | - name: Setup GCP authentication |
270 | | - uses: google-github-actions/auth@v1 |
| 270 | + uses: google-github-actions/auth@v2 |
271 | 271 | with: |
272 | 272 | credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }} |
273 | 273 | - name: Setup gcloud |
@@ -331,7 +331,7 @@ jobs: |
331 | 331 | run: flutter pub run msix:create --install-certificate=false |
332 | 332 |
|
333 | 333 | - name: Setup GCP authentication |
334 | | - uses: google-github-actions/auth@v1 |
| 334 | + uses: google-github-actions/auth@v2 |
335 | 335 | with: |
336 | 336 | credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }} |
337 | 337 | - name: Setup gcloud |
|
0 commit comments