Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jun 3, 2024
1 parent 0bafbad commit 3476c80
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 @@ -47,7 +47,7 @@ jobs:
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}"
rm '/tmp/bins.zip'
rm 'KSP_Assemblies.zip'
- name: Build mod solution
run: |
Expand Down

0 comments on commit 3476c80

Please sign in to comment.