mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
typo
This commit is contained in:
3
.github/workflows/Test NSIS.yml
vendored
3
.github/workflows/Test NSIS.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/Test PKGBUILD-git.yml
vendored
4
.github/workflows/Test PKGBUILD-git.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Test PKGBUILD-git
|
||||
|
||||
on:
|
||||
push:
|
||||
branch: master
|
||||
# push:
|
||||
# branch: master
|
||||
pull_request:
|
||||
branches: master
|
||||
|
||||
|
||||
4
.github/workflows/Test flake.yml
vendored
4
.github/workflows/Test flake.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Test flake.nix
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
# push:
|
||||
# branches: [master]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
6
.github/workflows/Test packages.yml
vendored
6
.github/workflows/Test packages.yml
vendored
@@ -1,9 +1,9 @@
|
||||
name: Test DEB and RPM Packages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user