Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lesharris authored Aug 25, 2022
1 parent 29eddea commit 70423fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
popd
mkdir build
cd build
cmake -G Ninja ".."
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ".."
- run:
name: Build dorito
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
command: |
mkdir build
cd build
cmake -G Ninja ..
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
- run:
name: Awful Kludge
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- attach_workspace:
at: .
- github-release/release:
tag: 'v$CIRCLE_TAG'
tag: '$CIRCLE_TAG'
title: 'Dorito v$CIRCLE_TAG'
artefacts-folder: artifacts

Expand Down

0 comments on commit 70423fe

Please sign in to comment.