[PR #183] [MERGED] [core] Upload Raw Build in Windows CI/CD Pipeline #181

Closed
opened 2025-10-31 16:58:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: 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 on windows-latest and windows-2022 can not be startet after downloading it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/183 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 8/6/2024 **Status:** ✅ Merged **Merged:** 8/6/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `upload-raw-windows-build-in-ci-cd-pipeline` --- ### 📝 Commits (1) - [`62a149b`](https://github.com/feeddeck/feeddeck/commit/62a149bd9cdfa31c6cdeb905417a0f00453e15ca) [core] Upload Raw Build in Windows CI/CD Pipeline ### 📊 Changes **1 file changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-delivery.yaml` (+22 -4) </details> ### 📄 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 on `windows-latest` and `windows-2022` can not be startet after downloading it. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:58:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#181