forked from lthn/blockchain
Update build-windows-intel.yml
This commit is contained in:
parent
26fe9eb243
commit
031856ec0a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-windows-intel.yml
vendored
4
.github/workflows/build-windows-intel.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
cache_packages: false
|
||||
|
||||
- name: Compile Release
|
||||
run: make msvc-193-x86_64 STATIC=1 CPU_CORES=4 TESTNET=${{ inputs.chain-network == 'testnet' && '1' || '0' }}
|
||||
run: make msvc-194-x86_64 STATIC=1 CPU_CORES=4 TESTNET=${{ inputs.chain-network == 'testnet' && '1' || '0' }}
|
||||
|
||||
- name: CLI Artifacts
|
||||
uses: ./.github/actions/upload-artifacts
|
||||
|
|
@ -51,4 +51,4 @@ jobs:
|
|||
chain-network: ${{ inputs.chain-network }}
|
||||
assets: lethean-*
|
||||
asset-type: 'cli'
|
||||
asset-directory: ${{ github.workspace }}/build/msvc-194-x86_64/packages
|
||||
asset-directory: ${{ github.workspace }}/build/release/packages
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue