Skip to content

Commit 4b8adbd

Browse files
committed
ci(release): fix artifact name for ubuntu gcc
1 parent a61267b commit 4b8adbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- {
2727
os: ubuntu-24.04, name: "Ubuntu GCC 14",
2828
compiler: gcc, compiler_version: 14,
29-
artifact: "ubuntu-gcc-13"
29+
artifact: "ubuntu-gcc-14"
3030
}
3131
- {
3232
os: windows-latest, name: "Windows VS 2022",

0 commit comments

Comments
 (0)