Skip to content

Commit

Permalink
Simplifying release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Nov 11, 2024
1 parent 186ae73 commit 09550ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release build

env:
OUTPUT_PATH: ${{ github.workspace }}/.nupkg
OUTPUT_PATH: ${{ github.workspace }}/nuget
DOTNET_VERSION: |
8.0.x
6.0.x
Expand Down

0 comments on commit 09550ad

Please sign in to comment.