Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Another CI whoopsy
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Jan 18, 2024
1 parent e12b23a commit e9ab153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
$ver = Get-Content .\VERSION_BETA -Raw
echo "RELEASE_VERSION=v$ver" >> $GITHUB_ENV
cat $ver > .\VERSION
cat .\VERSION_BETA > .\VERSION
- name: Configure cmake
run: |
cmake -S . -B build/ -DVCPKG_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }}
Expand Down

0 comments on commit e9ab153

Please sign in to comment.