Skip to content

Commit

Permalink
Update CI to run correct web.
Browse files Browse the repository at this point in the history
  • Loading branch information
BS-jiriceska committed Oct 17, 2024
1 parent 3229a59 commit be06632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: 1
PROJECT_NAME: Kentico.Xperience.K13Ecommerce
PROJECT_NAME: DancingGoat
ASPNETCORE_URLS: https://localhost:14066
STATUS_CHECK_URL: https://localhost:14066/status

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Publish Application
run: |
dotnet publish `
./src/${{ env.PROJECT_NAME }} `
./examples/DancingGoat-K13Ecommerce `
-c Release `
-o ./publish `
--no-build `
Expand Down

0 comments on commit be06632

Please sign in to comment.