chore: update changelog & rebuild localizations [skip ci]

This commit is contained in:
Jagandeep Brar
2022-04-10 13:48:27 -04:00
parent 64db574155
commit eff6291acd
10 changed files with 125 additions and 34 deletions

View File

@@ -254,7 +254,7 @@ jobs:
name: windows-msix-installer
path: ${{ github.workspace }}/output
- name: Upload to S3 Bucket
- name: Upload to S3 Bucket (Build Title)
uses: jakejarvis/s3-sync-action@v0.5.1
with:
args: --acl public-read --follow-symlinks
@@ -267,6 +267,19 @@ jobs:
SOURCE_DIR: ${{ github.workspace }}/output
DEST_DIR: ${{ inputs.build-title }}
- name: Upload to S3 Bucket (Latest)
uses: jakejarvis/s3-sync-action@v0.5.1
with:
args: --acl public-read --follow-symlinks
env:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
AWS_S3_BUCKET: ${{ secrets.S3_BUCKET }}
AWS_S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
AWS_REGION: ${{ secrets.S3_REGION }}
SOURCE_DIR: ${{ github.workspace }}/output
DEST_DIR: latest/${{ inputs.flavor }}
- name: Determine Webhook Channel
id: webhook
uses: actions/github-script@v6