You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Improve GitHub Release artifact upload process
This commit refactors the GitHub Actions workflow for creating releases to simplify and improve the artifact upload process.
- Updates the `softprops/action-gh-release` step to automatically upload artifacts by using wildcard patterns (`*.dmg`, `*.msi`, etc.) directly in the current directory.
- Removes the previous, more complex path specification for locating build artifacts.
- Adds an `ls -R` command to list directory contents for easier debugging.
- Configures the release to be created as a `draft`.
- Ensures the release is tagged with the current Git reference name (`github.ref_name`).
0 commit comments