We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a961891 commit fb1e7dbCopy full SHA for fb1e7db
1 file changed
.github/workflows/build.yml
@@ -11,28 +11,28 @@ jobs:
11
name: "Linux (x64)",
12
os: "ubuntu-latest",
13
cFlags: "",
14
- uploadName: "TabConPPM-Linux_x64",
+ uploadName: "TabConPPM-Linux-x64",
15
filename: "TabConPPM"
16
}
17
- {
18
name: "Windows (x64)",
19
os: "windows-latest",
20
21
- uploadName: "TabConPPM-Win_x64",
+ uploadName: "TabConPPM-Win-x64",
22
filename: "TabConPPM.exe"
23
24
25
name: "macOS (x64)",
26
os: "macos-15-intel",
27
28
- uploadName: "TabConPPM-Mac_x64",
+ uploadName: "TabConPPM-Mac-x64",
29
30
31
32
name: "macOS (arm64e)",
33
os: "macos-latest",
34
35
- uploadName: "TabConPPM-Mac_arm64e",
+ uploadName: "TabConPPM-Mac-arm64e",
36
37
38
steps:
0 commit comments