mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 12:25:58 +01:00
Syntax error in CI
This commit is contained in:
parent
5614f28dfd
commit
2631489a18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
cp ./LICENSE hyprland/
|
cp ./LICENSE hyprland/
|
||||||
cp build/Hyprland hyprland/
|
cp build/Hyprland hyprland/
|
||||||
cp hyprctl/hyprctl hyprland/
|
cp hyprctl/hyprctl hyprland/
|
||||||
cp subprojects/wlroots/build/libwlroots.so.11032 release-files/
|
cp subprojects/wlroots/build/libwlroots.so.11032 hyprland/
|
||||||
cp x86_64-pc-linux-gnu/usr/local/bin/* hyprland/
|
cp x86_64-pc-linux-gnu/usr/local/bin/* hyprland/
|
||||||
cp -r example/ hyprland/
|
cp -r example/ hyprland/
|
||||||
cp -r assets/ hyprland/
|
cp -r assets/ hyprland/
|
||||||
|
|
Loading…
Reference in a new issue