Skip to content

Commit e3a6fca

Browse files
willhickeywen-coding
authored andcommitted
Revert "[anza migration] ci: removed unused s3 upload in Windows build (solana-labs#9)"
This reverts commit 91e3dd2.
1 parent 66a7566 commit e3a6fca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/publish-windows-tarball.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,17 @@ jobs:
9393
run: |
9494
gcloud storage cp --recursive windows-release/* gs://anza-release/
9595
96+
- name: Upload
97+
uses: jakejarvis/s3-sync-action@master
98+
with:
99+
args: --acl public-read --follow-symlinks
100+
env:
101+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
102+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
103+
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
104+
AWS_REGION: "us-west-1"
105+
SOURCE_DIR: "windows-release"
106+
96107
windows-gh-release:
97108
if: ${{ needs.windows-build.outputs.tag != '' }}
98109
needs: [windows-build]

0 commit comments

Comments
 (0)