From 79d539ca584482befcedff0ebbf73c020beaeda6 Mon Sep 17 00:00:00 2001 From: Jason Martin Date: Thu, 9 Jan 2025 03:47:56 +0000 Subject: [PATCH] . --- .github/workflows/compile.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 24a2b2f..ed42757 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - - name: Install dependencies + - name: Build pyperclip wheel run: | mkdir whl pip wheel --wheel-dir=whl pyperclip @@ -43,10 +43,10 @@ jobs: echo $VERSION > VERSION - name: Run pynsist - run: pynsist installer.cfg # Ensure your configuration file is named correctly + run: pynsist installer.cfg - - name: Zip build directory - run: Compress-Archive -Path build/PySpy_Installer.exe -DestinationPath dist/PySpy-$VERSION.zip -Force + - name: Zip build artifact + run: Compress-Archive -Path build\\PySpy_Installer.exe -DestinationPath dist\\PySpy-$VERSION.zip -Force - name: Upload Artifacts uses: actions/upload-artifact@v4