Skip to content

Commit

Permalink
Windows slash
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoKarhu committed Aug 5, 2024
1 parent 0a2e170 commit 46ce248
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 103 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_webapp-samtimo.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}}/myapp
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}\myapp

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

deploy:
runs-on: windows-latest
Expand Down
51 changes: 0 additions & 51 deletions _Layout.cshtml

This file was deleted.

48 changes: 0 additions & 48 deletions _Layout.cshtml.css

This file was deleted.

2 changes: 0 additions & 2 deletions _ValidationScriptsPartial.cshtml

This file was deleted.

0 comments on commit 46ce248

Please sign in to comment.