|
@@ -79,7 +79,7 @@ jobs:
|
|
|
name: windows-artifact
|
|
name: windows-artifact
|
|
|
path: windows-release/
|
|
path: windows-release/
|
|
|
|
|
|
|
|
- windows-s3-upload:
|
|
|
|
|
|
|
+ windows-gcs-upload:
|
|
|
if: ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
|
|
if: ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
|
|
|
needs: [windows-build]
|
|
needs: [windows-build]
|
|
|
runs-on: ubuntu-20.04
|
|
runs-on: ubuntu-20.04
|
|
@@ -88,7 +88,7 @@ jobs:
|
|
|
uses: actions/download-artifact@v3
|
|
uses: actions/download-artifact@v3
|
|
|
with:
|
|
with:
|
|
|
name: windows-artifact
|
|
name: windows-artifact
|
|
|
- path: .windows-release/
|
|
|
|
|
|
|
+ path: ./windows-release
|
|
|
|
|
|
|
|
- name: Setup crediential
|
|
- name: Setup crediential
|
|
|
uses: "google-github-actions/auth@v2"
|
|
uses: "google-github-actions/auth@v2"
|