Skip to content

Commit

Permalink
Merge pull request #129 from Team-Neptune/dev
Browse files Browse the repository at this point in the history
Fix build script
  • Loading branch information
hax4dazy authored Oct 9, 2023
2 parents a174aa2 + 5eebd91 commit a235a5a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
run: |
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 Python 3.9
uses: actions/setup-python@v1
with:
Expand All @@ -35,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python ./start.py -gt="$GITHUB_TOKEN"
- name: Create Release
run: |
set -x
Expand Down

0 comments on commit a235a5a

Please sign in to comment.