Skip to content

Commit

Permalink
output path
Browse files Browse the repository at this point in the history
  • Loading branch information
saumier committed Oct 20, 2023
1 parent c9f50a0 commit 4d675b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/transform-and-dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: version # this is used on variable path
run: echo "dumpdate=$(date +'%Y-%m-%dT%H-%M-%S')" >> $GITHUB_OUTPUT
- name: Upload to S3
run: aws s3 cp output/*.json s3://${{ env.WEBHOSTING_BUCKET_NAME }}/lavitrine/${{ steps.version.outputs.dumpdate }}/ --acl public-read
run: aws s3 cp ../output/*.json s3://${{ env.WEBHOSTING_BUCKET_NAME }}/lavitrine/${{ steps.version.outputs.dumpdate }}/ --acl public-read
# - name: Register dump in Artsdata Databus # TODO add "reportCallbackUrl" to Github logs
# run: |
# curl \
Expand Down

0 comments on commit 4d675b5

Please sign in to comment.