Skip to content

Commit

Permalink
$
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jun 3, 2024
1 parent baf2341 commit d6d8b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
KSP_ZIP_PASSWORD: ${{ secrets.KSP_ZIP_PASSWORD }}
run: |
Invoke-WebRequest https://ksp-ro.s3-us-west-2.amazonaws.com/KSPAssemblies-1.12.zip -OutFile KSP_Assemblies.zip
$KSP_DLL_PATH="{env:GITHUB_WORKSPACE}/KSP_Assemblies"
$KSP_DLL_PATH="${env:GITHUB_WORKSPACE}/KSP_Assemblies"
echo "::set-output name=ksp-dll-path::${KSP_DLL_PATH}"
mkdir -p "${KSP_DLL_PATH}"
7z.exe x "-p${env:KSP_ZIP_PASSWORD}" 'KSP_Assemblies.zip' "-o${KSP_DLL_PATH}"
Expand Down

0 comments on commit d6d8b56

Please sign in to comment.