[PR #6] [MERGED] [core] Add Continuous Delivery for Desktop Apps #15

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

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/6
Author: @ricoberger
Created: 9/10/2023
Status: Merged
Merged: 9/13/2023
Merged by: @ricoberger

Base: mainHead: core-add-continuous-delivery-for-desktop-apps


📝 Commits (1)

  • ea60ed9 [core] Add Continuous Delivery for Desktop Apps

📊 Changes

3 files changed (+243 additions, -4 deletions)

View changed files

📝 .github/workflows/continuous-delivery.yaml (+181 -2)
📝 app/pubspec.lock (+40 -0)
📝 app/pubspec.yaml (+22 -2)

📄 Description

Add continuous delivery workflows for the desktop apps. While we want to provide the desktop versions of FeedDeck though the different app stores we still want to build them via GitHub Actions, so users can also test the desktop apps before an official release.

This is also useful to build the binaries we can then download and upload to the official stores, since we currently only have a macOS system to build the apps.


🔄 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/6 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 9/10/2023 **Status:** ✅ Merged **Merged:** 9/13/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-add-continuous-delivery-for-desktop-apps` --- ### 📝 Commits (1) - [`ea60ed9`](https://github.com/feeddeck/feeddeck/commit/ea60ed98c0020d21d4827d6a9cab405f11b82353) [core] Add Continuous Delivery for Desktop Apps ### 📊 Changes **3 files changed** (+243 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-delivery.yaml` (+181 -2) 📝 `app/pubspec.lock` (+40 -0) 📝 `app/pubspec.yaml` (+22 -2) </details> ### 📄 Description Add continuous delivery workflows for the desktop apps. While we want to provide the desktop versions of FeedDeck though the different app stores we still want to build them via GitHub Actions, so users can also test the desktop apps before an official release. This is also useful to build the binaries we can then download and upload to the official stores, since we currently only have a macOS system to build the apps. --- <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:55:41 -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#15