mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
working on the next release
This commit is contained in:
14
.github/workflows/windows_installer.yml
vendored
14
.github/workflows/windows_installer.yml
vendored
@@ -49,16 +49,18 @@ jobs:
|
||||
set -x
|
||||
cmake --build . --target COOLPROP_WINDOWS_PACKAGE_INSTALLER -j $(nproc) --config $BUILD_TYPE
|
||||
|
||||
# - name: Tar.gz the shared library to maintain case sensitivy and file permissions
|
||||
# working-directory: ./build/InnoScript/bin/
|
||||
# shell: bash
|
||||
# run: |
|
||||
# set -x
|
||||
# tar -cvzf CoolProp-${{ env.COOLPROP_VERSION }}-WindowsInstaller.tar.gz ./*
|
||||
- name: Tar.gz the shared library to maintain case sensitivy and file permissions
|
||||
working-directory: ./build/InnoScript/bin/
|
||||
shell: bash
|
||||
run: |
|
||||
set -x
|
||||
tar -cvzf CoolProp-${{ env.COOLPROP_VERSION }}-WindowsInstaller.tar.gz ./*
|
||||
|
||||
- name: Create a zip archive since Windows users often cannot handle tar.gz files
|
||||
working-directory: ./build/InnoScript/bin/
|
||||
shell: bash
|
||||
run: |
|
||||
set -x
|
||||
zip -r CoolProp-${{ env.COOLPROP_VERSION }}-WindowsInstaller.zip ./*
|
||||
|
||||
- name: Archive TGZ or ZIP artifacts
|
||||
|
||||
Reference in New Issue
Block a user