Skip to content

Commit

Permalink
refactor: revert changes from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 6, 2024
1 parent ffde22b commit 3435e95
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
on:
# release:
# types: [published]
push:
release:
types: [published]
permissions:
contents: write
jobs:
Expand All @@ -20,10 +19,10 @@ jobs:
python -m pip install -r requirements.txt pyinstaller
- name: Build binary
run: pyinstaller "main.spec"
# - name: Upload artifacts to GitHub Release
# env:
# GITHUB_TOKEN: ${{ github.token }}
# run: >-
# gh release upload
# '${{ github.ref_name }}' dist/*exe
# --repo '${{ github.repository }}'
- name: Upload artifacts to GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
run: >-
gh release upload
'${{ github.ref_name }}' dist/*exe
--repo '${{ github.repository }}'

0 comments on commit 3435e95

Please sign in to comment.