Skip to content

Commit

Permalink
Update main_karcisweb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasir authored Oct 29, 2024
1 parent d50304e commit 4c72a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_karcisweb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
dir .
dotnet restore Karcis.sln
dotnet build Karcis.sln --configuration Release
dotnet publish Karcis/Karcis.csproj -c Release -o ${{env.DOTNET_ROOT}}\myapp
dotnet publish Karcis/Karcis.csproj -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

0 comments on commit 4c72a88

Please sign in to comment.