Skip to content

Commit

Permalink
Only do the release step once (on Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Sep 13, 2023
1 parent 314a73b commit f9fea8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
pip install -r requirements.txt
- name: Build with pyinstaller for ${{matrix.TARGET}}
run: ${{matrix.CMD_BUILD}}
# Only run on Windows
- name: Create Release
if: matrix.os == 'windows-latest'
uses: softprops/action-gh-release@v1
with:
draft: true
Expand Down

0 comments on commit f9fea8c

Please sign in to comment.