Skip to content

Commit

Permalink
ci: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 19, 2024
1 parent 124a5ee commit c345f80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
body: |
![](https://img.shields.io/github/downloads/DC-Analysis/DC-tools-for-Windows/${{ env.RELEASE_VERSION }}/total.svg)
files: |
./Output/*.exe
./innosetup/Output/*.exe
6 changes: 0 additions & 6 deletions win_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,5 @@ pip install -r requirements.txt
# build executables
pyinstaller pyinstaller/dc_tools.spec

ls -l build
ls -l dist
ls -l dist/DC-tools-for-Windows

# build the installers
ISCC.exe innosetup/dc_tools.iss

ls -l Output

0 comments on commit c345f80

Please sign in to comment.