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
|
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
|
||||||
|
|||||||
4
.github/workflows/Test PKGBUILD-git.yml
vendored
4
.github/workflows/Test PKGBUILD-git.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/Test flake.yml
vendored
4
.github/workflows/Test flake.yml
vendored
@@ -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:
|
||||||
|
|||||||
6
.github/workflows/Test packages.yml
vendored
6
.github/workflows/Test packages.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user