Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 15, 2024
1 parent f16fd2f commit 3a77a77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/actions/build-assetbundles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ ARG UNITY_VERSION=2019.4.18f1
# Source from UnityCI's prebuild unity editor containers
FROM unityci/editor:${UNITY_VERSION}-windows-mono-3

RUN apt update
RUN apt install -y dotnet-sdk-8.0

#Copy entire KSPBuildTools repo into container
COPY ./ /KSPBuildTools

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-assetbundles/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
shell: bash
run: |
mkdir -p ${{ inputs.project-dir }}/Assets/KSPBuildTools
cp ${{ github.action_path }}/../../../Editor ${{ inputs.project-dir }}/Assets/KSPBuildTools/Editor
cp -r ${{ github.action_path }}/../../../Editor ${{ inputs.project-dir }}/Assets/KSPBuildTools/Editor
- name: Run assetbundle build
shell: bash
Expand Down

0 comments on commit 3a77a77

Please sign in to comment.