Skip to content

Commit

Permalink
Update build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEggenberger authored Nov 4, 2024
1 parent a59c209 commit 5fbde0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Publish
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
uses: actions/upload-artifact@v4
with:
name: Published-Artifacts
path: './published-app'
Expand All @@ -48,4 +48,4 @@ jobs:
uses: actions/download-artifact@v2
with:
name: Published-Artifacts
path: './published-app'
path: './published-app'

0 comments on commit 5fbde0e

Please sign in to comment.