Skip to content

Commit

Permalink
env:
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jun 3, 2024
1 parent 3476c80 commit 1d5eda8
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 @@ -46,7 +46,7 @@ jobs:
$KSP_DLL_PATH="KSP_Assemblies"
echo "::set-output name=ksp-dll-path::${KSP_DLL_PATH}"
mkdir -p "${KSP_DLL_PATH}"
7z.exe x "-p${KSP_ZIP_PASSWORD}" 'KSP_Assemblies.zip' "-o${KSP_DLL_PATH}"
7z.exe x "-p${env:KSP_ZIP_PASSWORD}" 'KSP_Assemblies.zip' "-o${KSP_DLL_PATH}"
rm 'KSP_Assemblies.zip'
- name: Build mod solution
Expand Down

0 comments on commit 1d5eda8

Please sign in to comment.