From 05241e1fb15646bf36c7db202f75f22661f4659a Mon Sep 17 00:00:00 2001 From: Loic Li Date: Fri, 9 Aug 2024 15:28:33 +0200 Subject: [PATCH] [LL] edit echo command --- .github/workflows/windows_knitro_tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows_knitro_tests.yml b/.github/workflows/windows_knitro_tests.yml index 54ffbaff91..9fb40e229b 100644 --- a/.github/workflows/windows_knitro_tests.yml +++ b/.github/workflows/windows_knitro_tests.yml @@ -8,7 +8,7 @@ jobs: native: env : KNITRODIR: ${{ github.workspace }}/knitro_distrib/knitro-14.1.0-Win64 - ARTELYS_LICENSE: ${{ github.workspace }}/knitro_distrib + ARTELYS_LICENSE: ${{ github.workspace }} strategy: matrix: cmake: [ @@ -28,12 +28,11 @@ jobs: ref: main token: ${{ secrets.KNITRO_DISTRIB }} - name: Copy license - run: > - echo ${{ secrets.KNITRO_DISTRIB_LICENSE }} > knitro_distrib/artelys_lic_cicd.txt + run: | + echo ${{ secrets.KNITRO_DISTRIB_LICENSE }} > artelys_lic_cicd.txt - name: Check what I have run: | ls . - ls ${{env.ARTELYS_LICENSE}} ls ${{ env.KNITRODIR }} - name: Check cmake run: |