File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131
3232 - name : Build with PyInstaller
3333 run : |
34- pyinstaller --onefile --windowed --name "ChiselPDF" --add-data "style.qss;." main.py
34+ pyinstaller --onedir --windowed --name "ChiselPDF" --add-data "style.qss;." main.py
3535
3636 - name : Set up .NET
3737 uses : actions/setup-dotnet@v4
4949 run : |
5050 dotnet tool install -g vpk
5151 vpk download github --repoUrl https://github.com/${{ github.repository }} --token ${{ secrets.GITHUB_TOKEN }}
52- vpk pack --packId ChiselPDF --packVersion ${{ steps.version.outputs.VERSION }} --packDir .\dist --mainExe ChiselPDF.exe
52+ vpk pack --packId ChiselPDF --packVersion ${{ steps.version.outputs.VERSION }} --packDir .\dist\ChiselPDF --mainExe ChiselPDF.exe
5353 vpk upload github --repoUrl https://github.com/${{ github.repository }} --publish --releaseName "ChiselPDF ${{ steps.version.outputs.VERSION }}" --tag v${{ steps.version.outputs.VERSION }} --token ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments