Skip to content

Commit

Permalink
Merge pull request #130 from Team-Neptune/dev
Browse files Browse the repository at this point in the history
Actually fix the build script
  • Loading branch information
hax4dazy authored Oct 9, 2023
2 parents a235a5a + d476ad1 commit 586e986
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
version=$(python -c 'import sys, json; f=open("./settings.json");print(json.loads(f.read())["releaseVersion"])')
echo "::set-output name=version::$version"
- name: Install hub
uses: geertvdc/setup-hub@master
- name: Set up hub
run: |
sudo apt install hub -y
- name: Set up Python 3.9
uses: actions/setup-python@v1
Expand Down

0 comments on commit 586e986

Please sign in to comment.