Skip to content

Commit 2b32de9

Browse files
committed
Renamed file.
1 parent 48f2b3e commit 2b32de9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-canary.workflow.yml renamed to .github/workflows/canary-build.workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Canary
1+
name: Canary Build
22

33
on:
44
pull_request:
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
jobs:
17-
build-canary-linux:
17+
canary-build-linux:
1818
runs-on: ubuntu-latest
1919

2020
steps:
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
mkdir -p build
2727
g++ -std=c++17 -shared -fPIC -o build/libRhythmGameUtilities.so includes/RhythmGameUtilities/RhythmGameUtilities.cpp
28-
build-canary-macos:
28+
canary-build-macos:
2929
runs-on: macos-latest
3030

3131
steps:
@@ -39,7 +39,7 @@ jobs:
3939
g++ -std=c++17 -shared -fPIC -arch x86_64 -o build/libRhythmGameUtilities-x86_64.dylib includes/RhythmGameUtilities/RhythmGameUtilities.cpp
4040
lipo -create -output build/libRhythmGameUtilities.dylib build/libRhythmGameUtilities-arm64.dylib build/libRhythmGameUtilities-x86_64.dylib
4141
lipo -info build/libRhythmGameUtilities.dylib
42-
build-canary-windows:
42+
canary-build-windows:
4343
runs-on: windows-latest
4444

4545
steps:

0 commit comments

Comments
 (0)