Skip to content

Commit

Permalink
Workflow syntax error, I must be tired and making lots of mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva committed Jun 18, 2024
1 parent c3689ef commit a2efd75
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 @@ -29,7 +29,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ env.ProjectName }}-${{ TargetPlatform }}
name: ${{ env.ProjectName }}-${{ env.TargetPlatform }}
path: |
${{ env.ProjectName }}/bin/Release/net8.0/${{ env.TargetPlatform }}/publish/*.exe
${{ env.ProjectName }}/bin/Release/net8.0/${{ env.TargetPlatform }}/publish/appsettings.json
Expand Down

0 comments on commit a2efd75

Please sign in to comment.