aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/trigger_release.yml
AgeCommit message (Collapse)Author
2023-02-15feat(ci): add Windows codesigningSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-30chore: drop Windows-MinGW-w64-LegacyDioEgizio
this brings back the number of builds as the same as before the pr this is one of the slowest builds + windows 7/8.1 users can just use Windows-MSVC-Legacy Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-30refactor+fix: refactor the windows part of the release workflow and add arm ↵DioEgizio
to it Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-13fix: disable caching Qt on releaseDioEgizio
it's good practice to not cache on release builds Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-04Workflow: Add MSVC Builds to release workflowTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-10-19Fix incorrect release titlesMMK21Hub
Signed-off-by: MMK21Hub <KAGfan2018@outlook.com>
2022-10-18fix(actions): change to PrismLauncherSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-14feat(actions): macOS-Legacy packageDioEgizio
still no updater part though Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-07-22Update .github/workflows/build.ymlSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-19feat(actions): package and deliver qt6 tarballsDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-07-13fix(actions): fix release workflowSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10refactor(actions): rename Windows buildsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10feat(actions): enable Windows-i686 Qt 6 buildsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-05-20Add installer to release workflowKenneth Chew
2022-04-19fix: fix filename of linux portableSefa Eyeoglu
2022-04-19fix: update files for relase workflowSefa Eyeoglu
2022-03-23Update used actions and cleanup release flowPhilipp David
2022-03-23Create vendored tarball on releasePhilipp David
2022-02-21Create releases in a separate workflowtxtsd