Skip to content

Commit

Permalink
fix(Package): try fixing windows packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA authored Feb 9, 2020
1 parent 13cf65f commit 16bcc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
mkdir -p build
cd build
$version = ${env:GITHUB_REF} -replace 'refs\/tags\/', ''
echo ::set-output name=version::$version
echo "::set-output name=version::$version"
cmake -G "Visual Studio 15 2017 Win64" -DOPENGEODE_WITH_PYTHON:BOOL=ON -DOPENGEODE_WITH_TESTS:BOOL=OFF -DCPACK_PACKAGE_VERSION:STRING=$version -DCPACK_SYSTEM_NAME:STRING=win64 ..
cmake --build . --config Release
cd opengeode
Expand Down

0 comments on commit 16bcc67

Please sign in to comment.