Compare commits
No commits in common. "a2a5f0d408124b29f08268f7e45bf7024617a76f" and "329a7d2adf42accc3912912c45eea6fa541d3755" have entirely different histories.
a2a5f0d408
...
329a7d2adf
|
@ -73,14 +73,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Package Application
|
||||
uses: JackMcKew/pyinstaller-action-windows@main
|
||||
with:
|
||||
path: src
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: name-of-artifact
|
||||
path: src/dist/windows
|
||||
|
|
Loading…
Reference in New Issue