Skip to content

Commit

Permalink
use forked action
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed May 20, 2024
1 parent 26be7bf commit 26bda88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
uses: unofficial-rev-port/pyinstaller@v1.1
with:
python_ver: '3.12'
pyinstaller_ver: '==6.6.0'
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
uses: unofficial-rev-port/pyinstaller@v1.1
with:
python_ver: '3.12'
pyinstaller_ver: '==6.6.0'
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
uses: unofficial-rev-port/pyinstaller@v1.1
with:
python_ver: '3.12'
pyinstaller_ver: '==6.6.0'
Expand Down

0 comments on commit 26bda88

Please sign in to comment.