Skip to content

Commit

Permalink
try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBossMagnus committed Dec 9, 2023
1 parent de0e678 commit 72d9084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build-pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: src
path: ./

- uses: actions/upload-artifact@v3
with:
name: mrpack-changelogger
path: src/dist/windows
path: ./dist/windows

0 comments on commit 72d9084

Please sign in to comment.