Skip to content

Commit

Permalink
Run the packager once instead of two times
Browse files Browse the repository at this point in the history
  • Loading branch information
Golle committed Sep 4, 2022
1 parent 845a66f commit c289bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
run: dotnet build tools/Titan.Tools.Packager -c Shipping

- name: Package assets
run: |
dotnet run --project tools/Titan.Tools.Packager -c Shipping -- package -m samples\Titan.Sandbox\assets\anothermanifest.tmanifest -o release/ -g samples\Titan.Sandbox -n Titan.Sandbox
dotnet run --project tools/Titan.Tools.Packager -c Shipping -- package -m samples\Titan.Sandbox\assets\sample_01.tmanifest -o release/ -g samples\Titan.Sandbox -n Titan.Sandbox
run: dotnet run --project tools/Titan.Tools.Packager -c Shipping -- package -m samples\Titan.Sandbox\assets\sample_01.tmanifest -m samples\Titan.Sandbox\assets\anothermanifest.tmanifest -o release/ -g samples\Titan.Sandbox -n Titan.Sandbox

# this step should be replaced with a proper build tool that will package the build
- name: Package game
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Titan, Game Engine in .NET 7 C# 11 and DirectX 12

### Build status
[![Titan](https://github.com/Golle/Titan/actions/workflows/titan.yml/badge.svg)](https://github.com/Golle/Titan/actions/workflows/titan.yml)
[![Titan.Sandbox](https://github.com/Golle/Titan/actions/workflows/sandbox.yml/badge.svg)](https://github.com/Golle/Titan/actions/workflows/sandbox.yml)


# Work in progress
Expand Down

0 comments on commit c289bdb

Please sign in to comment.