Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Feb 29, 2024
1 parent 9760aad commit 848bdeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ runs:
- uses: dsaltares/[email protected]
with:
repo: 'jgillis/restricted'
file: ' artelys_lic_8325_casadi_2023-11-02.txt '
file: 'artelys_lic_8325_casadi_2023-11-02.txt'
token: ${{ inputs.token }}
- run: tar -xzf ${{env.knitro}}.tar.gz -C $RUNNER_TEMP
shell: bash
if: runner.os != 'Windows'
- run: unzip -q ${{env.knitro}}.zip -d $RUNNER_TEMP
shell: bash
if: runner.os == 'Windows'
- run: cp artelys_lic_8325_casadi_2023-11-02.txt $RUNNER_TEMP
- run: cp artelys_lic_8325_casadi_2023-11-02.txt $RUNNER_TEMP
shell: bash

# Add to PATH
Expand Down

0 comments on commit 848bdeb

Please sign in to comment.