Skip to content

Commit

Permalink
Add missing dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
lw committed Apr 25, 2020
1 parent d0a2231 commit aca87f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
run: |
cmake . ${{ matrix.cmake_flags }} -DCMAKE_SH="CMAKE_SH-NOTFOUND" -DCMAKE_BUILD_TYPE="Debug"
${{ matrix.make_name }}
mv maniac${{ matrix.file_extension }} maniac-dbg-${{ matrix.os_shorthand }}${{ matrix.file_extension }}
mv maniac${{ matrix.file_extension }} maniac-dbg-${{ matrix.os_shorthand }}-${{ matrix.file_extension }}
- name: Build release executable
run: |
cmake . ${{ matrix.cmake_flags }} -DCMAKE_SH="CMAKE_SH-NOTFOUND" -DCMAKE_BUILD_TYPE="Release"
${{ matrix.make_name }}
mv maniac${{ matrix.file_extension }} maniac-prd-${{ matrix.os_shorthand }}${{ matrix.file_extension }}
mv maniac${{ matrix.file_extension }} maniac-prd-${{ matrix.os_shorthand }}-${{ matrix.file_extension }}
- name: Create and populate builds folder
run: |
Expand Down

0 comments on commit aca87f9

Please sign in to comment.