Skip to content

Commit

Permalink
trying windows executable again
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpgill committed Oct 3, 2024
1 parent 002feed commit 812004d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-windows-executable.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Release Windows Executable
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on:
push:
tags:
Expand All @@ -24,7 +23,6 @@ jobs:
pip install pyyaml
pip install argparse
pip install pyinstaller
pip install pathlib
pyinstaller --onefile script.py
mkdir -p target/release
mv dist/script.exe target/release
Expand Down

0 comments on commit 812004d

Please sign in to comment.