mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-04 12:03:41 +02:00
.github/workflows/package.yml: fixing windows build (must have --config Release everywhere)
This commit is contained in:
parent
beeba58cee
commit
6f1359444a
1 changed files with 1 additions and 4 deletions
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
|
|
@ -68,13 +68,10 @@ jobs:
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -A ${{matrix.arch}} -DCOMPONENT_GUI=ON -DCOMPONENT_CLI=ON -D CMAKE_BUILD_TYPE=Release -D CPACK_GENERATOR=NSIS -S . -B build
|
run: cmake -A ${{matrix.arch}} -DCOMPONENT_GUI=ON -DCOMPONENT_CLI=ON -D CMAKE_BUILD_TYPE=Release -D CPACK_GENERATOR=NSIS -S . -B build
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: cmake --build build --config Release
|
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
id: package
|
id: package
|
||||||
run: |
|
run: |
|
||||||
cmake --build build --target package
|
cmake --build build --config Release --target package
|
||||||
$FILE=(ls build/*.exe)
|
$FILE=(ls build/*.exe)
|
||||||
echo "::set-output name=filename::$FILE"
|
echo "::set-output name=filename::$FILE"
|
||||||
echo "::set-output name=name::$(([io.fileinfo]"$FILE").basename).exe"
|
echo "::set-output name=name::$(([io.fileinfo]"$FILE").basename).exe"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue