Skip to content

Commit

Permalink
Update macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Jul 20, 2023
1 parent 65f04c3 commit a3531b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/macos-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,11 @@ jobs:
python $GITHUB_WORKSPACE/release_script/make-release.py --no-prompts
GUI_COMMIT_TIME=`cat temp/timestamp.txt`
GUI_VERSION_STRING=`cat temp/versionstring.txt`
- name: Store DMG on AWS
run: |
CURRENT_BRANCH=`git branch --show-current`
aws s3 rm s3://openbci-gui/${CURRENT_BRANCH}/latest --recursive --exclude "*" --include "openbcigui_*_macosx.dmg"
aws s3 cp $GITHUB_WORKSPACE/OpenBCI_GUI/. s3://openbci-gui/${CURRENT_BRANCH}/${GUI_VERSION_STRING}_${GUI_COMMIT_TIME} --recursive --exclude "*" --include "openbcigui_*_macosx.dmg"
aws s3 cp $GITHUB_WORKSPACE/OpenBCI_GUI/. s3://openbci-gui/${CURRENT_BRANCH}/latest --recursive --exclude "*" --include "openbcigui_*_macosx.dmg"

0 comments on commit a3531b5

Please sign in to comment.