Skip to content

Commit

Permalink
Add quotes to publish dir
Browse files Browse the repository at this point in the history
  • Loading branch information
golf1052 committed Oct 1, 2024
1 parent 7d251ea commit 2a9b30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_seattle-carsinbikelanes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet test SeattleCarsInBikeLanes.Tests/SeattleCarsInBikeLanes.Tests.csproj --configuration Release

- name: dotnet publish
run: dotnet publish SeattleCarsInBikeLanes/SeattleCarsInBikeLanes.csproj -c Release -r win-x64 --self-contained true -o ${{env.DOTNET_ROOT}}/myapp
run: dotnet publish SeattleCarsInBikeLanes/SeattleCarsInBikeLanes.csproj -c Release -r win-x64 --self-contained true -o "${{env.DOTNET_ROOT}}/myapp"

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2a9b30e

Please sign in to comment.