Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Nov 19, 2023
1 parent 7cd6dba commit 4578d3c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.8'
cache: 'pip'
- name: Install python dependencies
run: pip install poetry && poetry install -E win
- name: Build
run: poetry run python builder.py build
- name: Show
run: dir build
# - name: Publish
# uses: softprops/action-gh-release@v1
# with:
# files: "output*"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload
uses: actions/upload-artifact@v3
with:
name: sportorg
path: build/exe.win-amd64-3.8

0 comments on commit 4578d3c

Please sign in to comment.