Skip to content

Commit

Permalink
fetch sfcoreunity.dll
Browse files Browse the repository at this point in the history
have StandaloneWindows64
ditch dockerWorkspacePath
  • Loading branch information
SFGrenade committed Jan 2, 2025
1 parent 2c1aab7 commit 31c0738
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,20 @@ jobs:
run: dotnet build -c Release
working-directory: MonoBehaviour

- name: Fetch SFCoreUnity for Unity project
run: wget https://github.com/SFGrenade/SFCore/releases/download/latest/SFCoreUnity.dll -OutFile Assets/Assemblies/SFCore.dll
working-directory: Unity

- uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: StandaloneWindows
targetPlatform: StandaloneWindows64
projectPath: Unity
buildsPath: Unity/build
buildMethod: CreateAssetBundles.BuildAllAssetBundlesCompressed
dockerWorkspacePath: /github/workspace

- name: Build master
run: dotnet build -c Release
Expand Down

0 comments on commit 31c0738

Please sign in to comment.