Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmartin committed Jan 9, 2025
1 parent b890cd9 commit 79d539c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 79d539c

Please sign in to comment.