mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #183] [MERGED] [core] Upload Raw Build in Windows CI/CD Pipeline #181
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/183
Author: @ricoberger
Created: 8/6/2024
Status: ✅ Merged
Merged: 8/6/2024
Merged by: @ricoberger
Base:
main← Head:upload-raw-windows-build-in-ci-cd-pipeline📝 Commits (1)
62a149b[core] Upload Raw Build in Windows CI/CD Pipeline📊 Changes
1 file changed (+22 additions, -4 deletions)
View changed files
📝
.github/workflows/continuous-delivery.yaml(+22 -4)📄 Description
Upload the raw build of the app in the Windows CI/CD pipeline, so that we can test the production build during a new release.
We also had to adjust the Windows runner to
windows-2019, because the build onwindows-latestandwindows-2022can not be startet after downloading it.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.