Skip to content

Commit

Permalink
Trying fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoDeg40 committed Oct 17, 2023
1 parent 83ff957 commit aa58d88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Package Application with Pyinstaller

on:
Expand All @@ -16,11 +15,11 @@ jobs:
- uses: actions/checkout@v2

- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@main
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: src
path: .

- uses: actions/upload-artifact@v2
with:
name: name-of-artifact
name: space
path: src/dist/windows

0 comments on commit aa58d88

Please sign in to comment.