This commit is contained in:
2025-12-15 11:52:43 +03:00
parent 2a10aa0226
commit 794193209b
4 changed files with 8 additions and 9 deletions

View File

@@ -26,8 +26,7 @@ jobs:
run: cmake --build build --config Release
- name: Generate NSIS installer
run: cd build && \
cpack -G NSIS
run: cd build && cpack -G NSIS
- name: Upload installer
uses: actions/upload-artifact@v6

View File

@@ -1,8 +1,8 @@
name: Test PKGBUILD-git
on:
push:
branch: master
# push:
# branch: master
pull_request:
branches: master

View File

@@ -1,8 +1,8 @@
name: Test flake.nix
on:
push:
branches: [master]
# push:
# branches: [master]
pull_request:
jobs:

View File

@@ -1,9 +1,9 @@
name: Test DEB and RPM Packages
on:
push:
branches:
- master
# push:
# branches:
# - master
pull_request:
branches:
- master