1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: upload all assests under build

This commit is contained in:
Ivar Conradi Østhus 2022-01-05 13:37:39 +01:00
parent 51c4fac88e
commit 09cb972a01

View File

@ -30,5 +30,5 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Deploy static assets to S3
run: |
aws s3 cp build/static s3://getunleash-static/unleash/${{ steps.get_version.outputs.VERSION }}/static --recursive
aws s3 cp build/ s3://getunleash-static/unleash/${{ steps.get_version.outputs.VERSION }} --recursive