We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01e0c9 commit dab8a24Copy full SHA for dab8a24
.github/workflows/unit_test_windows.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Setup license file
95
run: |
96
New-Item -ItemType Directory -Force -Path .\radarsimpy
97
- $env:TEST_LICENSE_LINUX | Out-File -FilePath .\radarsimpy\license_RadarSimPy_Windows.lic -Encoding utf8
+ $env:TEST_LICENSE_WINDOWS | Out-File -FilePath .\radarsimpy\license_RadarSimPy_Windows.lic -Encoding utf8
98
env:
99
TEST_LICENSE_WINDOWS: ${{ secrets.TEST_LICENSE_WINDOWS }}
100
0 commit comments