Skip to content

Commit

Permalink
reorder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SFGrenade committed Jan 3, 2025
1 parent e76fb99 commit b88ee8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
run: dotnet restore
working-directory: MonoBehaviour

- name: Install dependencies master
run: dotnet restore
working-directory: master

- name: Build MonoBehaviour
run: dotnet build -c Release
working-directory: MonoBehaviour
Expand Down Expand Up @@ -76,6 +72,10 @@ jobs:
# commit assetbundle to repo?
# wouldn't work anyway since we already have a tag though

- name: Install dependencies master
run: dotnet restore
working-directory: master

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

0 comments on commit b88ee8c

Please sign in to comment.