Skip to content

Commit

Permalink
fixup! cd: Test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Sep 17, 2024
1 parent 0d31080 commit ceb3d6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
run: |
.\venv\Scripts\Activate.ps1
pyinstaller ci-scripts/windows/pyinstaller/pynitrokey-onedir.spec
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: pynitrokey-onedir
path: dist/nitropy
build-onefile:
name: Build onefile
runs-on: windows-latest
Expand Down

0 comments on commit ceb3d6e

Please sign in to comment.