Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgorman87 authored Oct 7, 2023
1 parent 60e6927 commit 571e028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: runner.os == 'Linux'

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

Expand All @@ -47,4 +47,4 @@ jobs:
- name: Deploy Linux to S3
run: |
aws s3 cp "dist/linux/PDF Flow" "s3://pdf-flow/PDF FLow"
working-directory: .
working-directory: .

0 comments on commit 571e028

Please sign in to comment.