Skip to content

Commit

Permalink
feat(ci/deploy): Add build option to use artifacts output
Browse files Browse the repository at this point in the history
This commit adds a new build option in the deploy-preview workflow. The `build-options` now includes `/p:UseArtifactsOutput=true`. Additionally, the `ArtifactsPath` is set to `./build`.
  • Loading branch information
SakuraIsayeki committed Feb 8, 2024
1 parent 5a8c397 commit 29febeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
dotnet-version: '8.0'
configuration: 'Release'
project-file: 'WoWS-Karma.sln'
build-args: >-
/p:UseArtifactsOutput=true
/p:ArtifactsPath=./build
# Build & Package API & Web from 'build-package-api.yml' and 'build-package-web.yml'.
build-package-api:
Expand Down

0 comments on commit 29febeb

Please sign in to comment.