Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 14, 2024
1 parent 48b8fec commit c85924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-assetbundle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- name: Build Docker Container
shell: bash
run: |
docker build -f --platform linux/amd64 --tag build-assetbundle --file ${{ github.action_path }}/Dockerfile --build-arg UNITY_VERSION=${{inputs.unity-version}}
docker build --platform linux/amd64 --tag build-assetbundle --file ${{ github.action_path }}/Dockerfile --build-arg UNITY_VERSION=${{inputs.unity-version}}
working-directory: ${{ github.action_path }}/../../..

- name: Run Docker Container
Expand Down

0 comments on commit c85924d

Please sign in to comment.