Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Mar 11, 2024
1 parent 29e9557 commit 6edb1a0
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 @@ -49,7 +49,7 @@ jobs:
run: dotnet publish --configuration "$CONFIGURATION" --no-restore --runtime win-x64
- name: Release
if: github.event_name == 'create' && github.event.ref_type == 'tag'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ./dist/*
generate_release_notes: true
Expand Down

0 comments on commit 6edb1a0

Please sign in to comment.