Skip to content

Commit

Permalink
ci(release): fix artifact name for ubuntu gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Jul 8, 2024
1 parent a61267b commit 4b8adbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- {
os: ubuntu-24.04, name: "Ubuntu GCC 14",
compiler: gcc, compiler_version: 14,
artifact: "ubuntu-gcc-13"
artifact: "ubuntu-gcc-14"
}
- {
os: windows-latest, name: "Windows VS 2022",
Expand Down

0 comments on commit 4b8adbd

Please sign in to comment.