File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -402,11 +402,13 @@ jobs:
402402 npm run bandpower_all
403403 # deploy started
404404 - name : Install AWS CLI
405- run : sudo -H python3 -m pip install awscli==1.36.28
405+ run : sudo -H python3 -m pip install awscli==1.36.*
406406 - name : Push Libraries Linux Docker
407407 if : ${{ github.event_name == 'push' && matrix.os == 'ubuntu-20.04' && github.repository == 'brainflow-dev/brainflow' }}
408408 run : |
409409 ls $GITHUB_WORKSPACE/installed_docker/lib/
410+ echo "Uploading" >> status.txt
411+ aws s3 cp status.txt s3://brainflow/$GITHUB_SHA/linux/ || true
410412 aws s3 cp $GITHUB_WORKSPACE/installed_docker/lib/ s3://brainflow/$GITHUB_SHA/linux --recursive
411413 env :
412414 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
You can’t perform that action at this time.
0 commit comments