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 run: cmake --build build --config Release
- name: Generate NSIS installer - name: Generate NSIS installer
run: cd build && \ run: cd build && cpack -G NSIS
cpack -G NSIS
- name: Upload installer - name: Upload installer
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v6

View File

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

View File

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

View File

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