Skip to content

Commit

Permalink
Update linux-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XDzzzzzZyq authored Sep 4, 2024
1 parent c2816da commit a49725a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,9 @@ jobs:
uses: sayyid5416/pyinstaller@v1
with:
spec: "main.py"
upload_exe_with_name: application-${{matrix.CONFIG}}
python_arch: ${{matrix.PLATFORM}}
python_ver: ${{matrix.CONFIG}}
- name: Upload
uses: actions/upload-artifact@v4
with:
name: application-${{matrix.CONFIG}}
path: ./dist
overwrite: true

# Unit Test
test:
Expand Down

0 comments on commit a49725a

Please sign in to comment.