Skip to content

Commit

Permalink
Update win-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemanzano committed Mar 7, 2023
1 parent 9001314 commit 1fc48a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
prerelease : github.ref_name != 'main'
makeLatest: github.ref_name == 'main'
release_name: ${{ ( github.event_name == 'pull_request' && 'Pre-release' ) || 'Release' }} v0.0.${{ github.run_number }}
artifacts: "**.exe"
artifacts: "**/CrossBrowser.Avalonia.exe,**/CrossBrowser.WPF.exe"

0 comments on commit 1fc48a4

Please sign in to comment.