fixed syntax
Some checks failed
Build / build-windows-binary (push) Failing after 15s

This commit is contained in:
Jonathan Branan 2024-07-30 17:41:07 -05:00
parent 82ad280aa8
commit 73acbb6646

View File

@ -27,9 +27,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.12.4' python-version: '3.12.4'
# cache: 'pip' # caching pip dependencies # cache: 'pip' # caching pip dependencies
# - name: Upload Release Asset # - name: Upload Release Asset
## env: ## env:
# GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} # GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}