From 56cf9ae85771df4d8c083b595bb571f606f7b51d Mon Sep 17 00:00:00 2001 From: Anson Liu Date: Thu, 14 Nov 2024 19:04:51 -0800 Subject: [PATCH] Update package-with-pyinstaller.yaml --- .github/workflows/package-with-pyinstaller.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-with-pyinstaller.yaml b/.github/workflows/package-with-pyinstaller.yaml index bd49383..3ba22ef 100644 --- a/.github/workflows/package-with-pyinstaller.yaml +++ b/.github/workflows/package-with-pyinstaller.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Package Application - Windows - uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3 + uses: JackMcKew/pyinstaller-action-windows@main with: path: src @@ -36,4 +36,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: MFM-linux32 - path: src/dist/linux \ No newline at end of file + path: src/dist/linux