Skip to content

Commit addb6b1

Browse files
committed
fixing ci
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 68d1cae commit addb6b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_unix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)