Skip to content

Commit

Permalink
Update build-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phfaist committed Jun 24, 2021
1 parent afcbb30 commit e7df480
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-binaries.yml
@@ -1,6 +1,7 @@
name: Build Binaries via PyInstaller

# on: [push]
on:
workflow_dispatch:

jobs:
PyInstaller_for_windows:
Expand All @@ -18,6 +19,6 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: my-exe
path: gui/dist/windows
path: gui/dist/windows

- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit e7df480

Please sign in to comment.