fix(update): nightly packages updates (#478)

This commit is contained in:
madomado
2023-05-28 14:48:12 +08:00
committed by GitHub
parent 6cec3cec8d
commit fa0fe32977
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "libadwaita-nightly.spec"
}
labels {
nightly = "1"
}
}
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "vala-language-server-nightly.spec"
}
labels {
nightly = "1"
}
}
+3
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "vala-lint-nightly.spec"
}
labels {
nightly = "1"
}
}
+3
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "vala-nightly.spec"
}
labels {
nightly = "1"
}
}