Skip to content

Commit

Permalink
does indentation matter?
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 15, 2024
1 parent 3a77a77 commit c765ae8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/build-assetbundles/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ runs:
- name: Run assetbundle build
shell: bash
run: >
docker exec -d build-assetbundle
docker exec build-assetbundle
unity-editor
-batchmode
-nographics
-projectPath /github/workspace/${{ inputs.project-dir }}
-executeMethod AssetBundleBuilder.BuildBundles
-assetbundlePath /github/workspace/${{ inputs.assetbundle-dir }}
-quit
-batchmode
-nographics
-projectPath /github/workspace/${{ inputs.project-dir }}
-executeMethod AssetBundleBuilder.BuildBundles
-assetbundlePath /github/workspace/${{ inputs.assetbundle-dir }}
-quit
- name: Shutdown Docker Container
shell: bash
Expand Down

0 comments on commit c765ae8

Please sign in to comment.