Skip to content

Commit

Permalink
build host
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored May 21, 2023
1 parent d73ed3b commit c64a65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: dotnet restore

- name: Build Project
run: dotnet publish -c Release -o ${{ env.build-output }} -p:Version=${{ github.ref_name }} DragonFruit.Sakura/DragonFruit.Sakura.csproj
run: dotnet publish -c Release -o ${{ env.build-output }} -p:Version=${{ github.ref_name }} DragonFruit.Sakura.Host/DragonFruit.Sakura.Host.csproj

- id: meta
name: Create metadata
Expand Down

0 comments on commit c64a65c

Please sign in to comment.