Skip to content

Commit 915af18

Browse files
committed
Fix release build command
1 parent b79d1c8 commit 915af18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build-Samples
1+
name: Build-App
22
on: push
33

44
jobs:
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
submodules: true
3131
- name: Build
32-
run: mkdir -p build; cd build; cmake -G "Xcode" -DCMAKE_BUILD_TYPE=Release .. && cmake --build . --config release --target install
32+
run: mkdir -p build; cd build; cmake -G "Xcode" -DCMAKE_BUILD_TYPE=Release .. && cmake --build . --config Release --target install
3333
- name: Upload Artifacts
3434
uses: actions/upload-artifact@v2
3535
with:

0 commit comments

Comments
 (0)