Skip to content

Commit e07fc49

Browse files
committed
Fix assetbundle test
1 parent 6e248e1 commit e07fc49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/internal-test-assetbundle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ jobs:
1818

1919
- uses: actions/checkout@v4
2020
with:
21-
repository: 'drewcassidy/Resurfaced'
21+
repository: 'Tantares/Resurfaced'
22+
ref: "v.1.3.1"
2223
path: 'Resurfaced'
2324

2425
- uses: ./.github/actions/build-assetbundles
2526
with:
2627
assetbundle-name: foo.shab
27-
asset-files: 'Resurfaced/*.shader Resurfaced/*.cginc'
28+
asset-files: 'Resurfaced/Source/Shaders/*.shader Resurfaced/Source/Shaders/*.cginc'
2829
env:
2930
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
3031
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}

0 commit comments

Comments
 (0)