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`.
  • Loading branch information
SakuraIsayeki committed Feb 8, 2024
1 parent 5a8c397 commit 9974580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
dotnet-version: '8.0'
configuration: 'Release'
project-file: 'WoWS-Karma.sln'
build-options: >-
/p:UseArtifactsOutput=true
# Build & Package API & Web from 'build-package-api.yml' and 'build-package-web.yml'.
build-package-api:
Expand Down

0 comments on commit 9974580

Please sign in to comment.