Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update pyinstall-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qicfan committed Dec 16, 2024
1 parent f3ecc08 commit e6c735c
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/pyinstall-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
pyinstaller ${{ env.MAIN_PY_FILE }}
working-directory: ./

- name: Create Artifact (Windows)
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v3
with:
name: windows-executables
path: dist/

- name: Zip the app (Windows)
if: matrix.os == 'windows-latest'
uses: vimtor/[email protected]
Expand All @@ -58,15 +51,9 @@ jobs:
if: matrix.os == 'windows-latest'
with:
name: windows app
path: dist/linux-x86.zip

- name: Create Artifact (Linux)
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v3
with:
name: linux-executables
path: dist/
- name: Zip the app (Windows)
path: dist/windows-x86.zip

- name: Zip the app (Linux)
if: matrix.os == 'ubuntu-latest'
uses: vimtor/[email protected]
with:
Expand All @@ -79,9 +66,6 @@ jobs:
name: linux app
path: dist/linux-x86.zip

- name: List files in dist folder
run: ls -R ./dist/

# - name: create release
# id: create_release
# uses: actions/create-release@v1
Expand Down

0 comments on commit e6c735c

Please sign in to comment.