Skip to content

Commit

Permalink
Update ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Jul 28, 2023
1 parent 8b340d9 commit e52bd30
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/linux_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Build GUI for Linux

on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: false
default: 'warning'
tags:
description: 'Build and deploy for specific tags'
pull_request:
branches: [master, development]
push:
Expand All @@ -17,7 +24,6 @@ env:
jobs:
build:
name: Build for Linux
if: github.event_name != 'workflow_dispatch'
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -45,11 +51,6 @@ jobs:
run: |
sudo su -c "ln -s $GITHUB_WORKSPACE/temp/processing-4.2/processing-java /usr/local/bin/processing-java"
- name: Check GITHUB PATH
run: |
echo $HOME
echo $PATH
- name: Test processing-java command
run: |
processing-java --help
Expand Down Expand Up @@ -92,4 +93,4 @@ jobs:
echo $CURRENT_BRANCH
aws s3 rm s3://openbci-public-gui-v6/latest --recursive --exclude "*" --include "openbcigui_*_linux64.zip"
aws s3 cp $GITHUB_WORKSPACE/. s3://openbci-public-gui-v6/${GUI_VERSION_STRING} --recursive --exclude "*" --include "openbcigui_*_linux64.zip"
aws s3 cp $GITHUB_WORKSPACE/. s3://openbci-public-gui-v6/latest --recursive --exclude "*" --include "openbcigui_*_linux64.zip"
aws s3 cp $GITHUB_WORKSPACE/. s3://openbci-public-gui-v6/latest --recursive --exclude "*" --include "openbcigui_*_linux64.zip"

0 comments on commit e52bd30

Please sign in to comment.