Skip to content

Commit f570502

Browse files
committed
ci: fix Debian upload
Add a wildcard to match different snapshot versions.
1 parent 2a099c0 commit f570502

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deb_loong64.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: deb-build
22

33
on:
4-
push:
5-
tags: [ "v*" ]
4+
push
5+
# push:
6+
# tags: [ "v*" ]
67

78
jobs:
89
package:
@@ -56,7 +57,7 @@ jobs:
5657
VER_SUFFIX="${TARGET_DISTRO/:/}"
5758
VER_SUFFIX="${VER_SUFFIX##*\/}"
5859
case "${TARGET_DISTRO}" in
59-
'lcr.loongnix.cn/library/debian')
60+
'lcr.loongnix.cn/library/debian'*)
6061
CODENAME='trixie'
6162
VER_SUFFIX='debian13'
6263
;;

0 commit comments

Comments
 (0)