Skip to content

Commit

Permalink
updated publishing profile
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEggenberger committed Mar 29, 2024
1 parent c3dd259 commit d406049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
if: always()
retention-days: 1
- name: Publish
run: dotnet publish --configuration release --output './published-app' ${{ github.workspace }}/Source/Web/WebServer/WebServer.csproj
run: dotnet publish --configuration release --output './published-app' ${{ github.workspace }}/Source/Web/Server/Web.Server.csproj
- name: Upload Publish Artifact
uses: actions/upload-artifact@v2
with:

0 comments on commit d406049

Please sign in to comment.