Skip to content

Commit

Permalink
Meta: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroPower committed Oct 5, 2020
1 parent 8f7811b commit b99345a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:
- name: Update the OS
run: sudo apt update && sudo apt upgrade

- name: Download the installer
run: curl https://raw.githubusercontent.com/MacroPower/OmegaGraf/master/install/install.sh --output install.sh

- name: Grant execute on the installer
run: chmod +x install.sh

- name: Run the installer
run: bash <(curl -s https://raw.githubusercontent.com/MacroPower/OmegaGraf/master/install/install.sh)
run: ./install.sh

- name: Launch OmegaGraf
run: nohup ./OmegaGraf -k 123 &
Expand Down

0 comments on commit b99345a

Please sign in to comment.