diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index f3d69ae..9c81115 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -15,11 +15,13 @@ jobs: uses: JackMcKew/pyinstaller-action-linux@main with: path: . + spec: transfer.spec - name: PyInstaller Windows uses: JackMcKew/pyinstaller-action-windows@main with: path: . + spec: transfer.spec - name: Create Release id: create_release