Skip to content

Commit

Permalink
Test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwastaken committed Oct 10, 2023
1 parent bb7992d commit 1dc2c57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nuitkabuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
script-name: bgtrainer/bgtrainer.py
include-data-dir: bgtrainer/data=bgtrainer/data
onefile: true
output-file: bgtrainer_${{ matrix.os }}
output-file: bgtrainer_${{ matrix.os }}.bin

- name: Build python script into a directory (Windows only)
if: matrix.os == 'windows-latest'
Expand All @@ -72,13 +72,11 @@ jobs:
with:
name: ${{ matrix.os }} build
path: |
src/build/*.zip
src/build/bgtrainer_${{ matrix.os }}*
- name: Release
uses: softprops/action-gh-release@v1

with:
files: |
src/build/*.zip
src/build/bgtrainer_${{ matrix.os }}*

0 comments on commit 1dc2c57

Please sign in to comment.