fix: add release action #12

Merged
ben merged 1 commit from fix/APK-not-uploaded-to-release into master 2025-01-21 10:28:12 +00:00

1 commit

Author SHA1 Message Date
3271253c2b
feat: update release workflow to use softprops/action-gh-release
All checks were successful
Build / build (pull_request) Successful in 5m38s
This commit updates the release workflow to use the `softprops/action-gh-release@v2` action for releasing artifacts. This change replaces the previous use of `actions/upload-artifact@v4`.
- The workflow now uses the `files` parameter instead of `name` and `path` for uploading artifacts.
- The change affects `release.yaml`.
2025-01-21 10:16:00 +00:00