Skip to content

Commit

Permalink
update:workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yukieiji committed Mar 23, 2024
1 parent 0eac476 commit d0453a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ jobs:
name: UnityExplorer.Standalone.IL2CPP
path: ./Release/UnityExplorer.Standalone.IL2CPP/

- name: Upload Standalone.IL2CPP.CoreCLR
uses: actions/upload-artifact@v4
with:
name: UnityExplorer.Standalone.IL2CPP.CoreCLR
path: ./Release/UnityExplorer.Standalone.IL2CPP.CoreCLR/

- name: Upload Standalone.Mono
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d0453a4

Please sign in to comment.