Skip to content

Commit

Permalink
Fix directory name for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Feb 28, 2022
1 parent dd2e6ae commit 9747e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'windows') }}
run: |
ANTARES_TAG=${{ github.event.inputs.antares_tag }}
python3 scripts/generate_reference.py ${{ matrix.subdir }} rte-antares-${{ github.event.inputs.antares_tag }}-installer-64bits/bin
python3 scripts/generate_reference.py ${{ matrix.subdir }} rte-antares-${ANTARES_TAG/v/}-installer-64bits/bin
shell: bash

- name: zip results
Expand Down

0 comments on commit 9747e62

Please sign in to comment.