Fixed sync command

This commit is contained in:
Fabrizio Branca
2024-03-01 15:06:07 +01:00
parent 7494bce08c
commit aeae4b46af

View File

@@ -45,7 +45,7 @@ jobs:
with:
name: build
path: build
- run: 'aws s3 sync --delete s3://techradar-test-aoe/techradar/'
- run: 'aws s3 sync --delete build/ s3://techradar-test-aoe/techradar/'
# deploy:
# runs-on: ubuntu-20.04