Skip to content

Commit

Permalink
fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 15, 2024
1 parent 4ca259f commit f16fd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-assetbundles/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ runs:
- name: Copy editor tools into project
shell: bash
run: |
mkdir /github/workspace/${{ inputs.project-dir }}/Assets/KSPBuildTools
docker exec -d build-assetbundle cp /KSPBuildTools/Editor /github/workspace/${{ inputs.project-dir }}/Editor
mkdir -p ${{ inputs.project-dir }}/Assets/KSPBuildTools
cp ${{ github.action_path }}/../../../Editor ${{ inputs.project-dir }}/Assets/KSPBuildTools/Editor
- name: Run assetbundle build
shell: bash
Expand Down

0 comments on commit f16fd2f

Please sign in to comment.