Merge pull request #54 from floxdeveloper/patch-1

Update actions-versions in full example of README.md
This commit is contained in:
Jack McKew 2024-10-25 08:59:45 +10:00 committed by GitHub
commit a2a5f0d408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -73,14 +73,14 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- name: Package Application - name: Package Application
uses: JackMcKew/pyinstaller-action-windows@main uses: JackMcKew/pyinstaller-action-windows@main
with: with:
path: src path: src
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v4
with: with:
name: name-of-artifact name: name-of-artifact
path: src/dist/windows path: src/dist/windows