mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +02:00
fix: gha releast_to_cdn rm working directory
This commit is contained in:
parent
7c17176a0e
commit
6657de01cd
@ -20,7 +20,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: yarn
|
- run: yarn
|
||||||
working-directory: ./${{ github.workflow }}
|
|
||||||
- uses: aws-actions/configure-aws-credentials@v1
|
- uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
with:
|
||||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
@ -32,5 +31,4 @@ jobs:
|
|||||||
- name: Deploy static assets to S3
|
- name: Deploy static assets to S3
|
||||||
run: |
|
run: |
|
||||||
aws s3 cp build/static s3://getunleash-static/unleash/${{ steps.get_version.outputs.VERSION }}/static --recursive
|
aws s3 cp build/static s3://getunleash-static/unleash/${{ steps.get_version.outputs.VERSION }}/static --recursive
|
||||||
working-directory: ./${{ github.workflow }}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user