Skip to content

Commit

Permalink
Update master_bookstore-mvc-gg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardGargan authored Aug 17, 2024
1 parent 1ef4d54 commit 4f43e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_bookstore-mvc-gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
run: dotnet build --configuration Release

- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/BookstoreWeb/Bookstore.sln
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}\BookstoreWeb\Bookstore.sln

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
with:
name: .net-app
path: ${{env.DOTNET_ROOT}}/BookstoreWeb/Bookstore.sln
path: ${{env.DOTNET_ROOT}}\BookstoreWeb\Bookstore.sln

deploy:
runs-on: windows-latest
Expand Down

0 comments on commit 4f43e7f

Please sign in to comment.