Skip to content

Commit

Permalink
curious how this works
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 14, 2024
1 parent 3023d93 commit 029ce2b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 35 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-assetbundle/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM unityci/editor:ubuntu-2019.4.18f1-windows-mono-3
7 changes: 7 additions & 0 deletions .github/actions/build-assetbundle/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Build Assetbundle
description: Build an assetbundle

runs:
using: docker
image: Dockerfile

34 changes: 0 additions & 34 deletions .github/actions/setup-unity/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/internal-test-assetbundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/setup-unity
- uses: ./.github/actions/build-assetbundle

0 comments on commit 029ce2b

Please sign in to comment.