Skip to content

Commit

Permalink
bad comment in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmgoossens committed Apr 7, 2024
1 parent 5a66ca1 commit 8beae6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-msvs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
steps:
- name: Set up environment variables
shell: cmd
# For cmd, dont use double quotes in the echo command and dont put a space before >> %GITHUB_ENV%
run: |
# For cmd, dont use double quotes in the echo command and dont put a space before >> %GITHUB_ENV%
if "${{ matrix.platform }}"=="x64" echo output_dir=x64\${{ matrix.configuration }}>> %GITHUB_ENV%
if "${{ matrix.platform }}"=="x86" echo output_dir=${{ matrix.configuration }}>> %GITHUB_ENV%
echo package_suffix=${{ matrix.os}}-msvs-v17-${{ matrix.configuration }}-${{ matrix.platform }}>> %GITHUB_ENV%
Expand Down

0 comments on commit 8beae6b

Please sign in to comment.