Skip to content

Commit

Permalink
Fix artifact path in CI build job
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva committed May 16, 2024
1 parent c49fa16 commit eec704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.ProjectName }}.exe
path: ${{ env.ProjectName }}/bin/Release/net8.0/${{ env.TargetPlatform }}/publish/*.exe
path: ${{ env.ProjectName }}/bin/Release/net8.0-windows/${{ env.TargetPlatform }}/publish/*.exe
if-no-files-found: error

0 comments on commit eec704f

Please sign in to comment.