mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #6] [MERGED] [core] Add Continuous Delivery for Desktop Apps #15
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/6
Author: @ricoberger
Created: 9/10/2023
Status: ✅ Merged
Merged: 9/13/2023
Merged by: @ricoberger
Base:
main← Head: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.