Skip to content

Commit 7589c4d

Browse files
committed
Reorder suffix inputs in the same order as tag names
It's composed as "-debug-dev", not "-dev-debug".
1 parent bf88c79 commit 7589c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
dev_suffix: ['', '-dev']
3938
debug_suffix: ['', '-debug']
39+
dev_suffix: ['', '-dev']
4040
ubuntu_version:
4141
- noble
4242
- jammy

0 commit comments

Comments
 (0)