Skip to content

Commit

Permalink
change:name -noci
Browse files Browse the repository at this point in the history
  • Loading branch information
yukieiji committed Dec 25, 2023
1 parent c948584 commit fafe14a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
with:
dotnet-version: '6.x'
# Run UniverseLib build script
- name: Build
- name: Build UniverseLib
run: ./build.ps1
working-directory: ./UniverseLib
# Run build script
- run: ./build.ps1
- name: Build UE
run: ./build.ps1

# Upload artifacts
- name: Upload BepInEx.IL2CPP
Expand Down

0 comments on commit fafe14a

Please sign in to comment.