Skip to content

Commit

Permalink
change output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vriesmarcel committed Oct 4, 2023
1 parent 8559149 commit cb7c826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-webapp-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: dotnet build ${{inputs.projectfile}} --configuration Release

- name: dotnet publish
run: dotnet publish ${{inputs.projectfile}} -c Release -property:PublishDir=${{GitHub.env.RUNNER_TEMP}}${{inputs.outputfolder}}
run: dotnet publish ${{inputs.projectfile}} -c Release -property:PublishDir=${{inputs.outputfolder}}



Expand Down

0 comments on commit cb7c826

Please sign in to comment.