This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Create release draft on new tags with desktop applications and apk attached#314
Merged
perclasson merged 24 commits intoflutter:masterfrom Sep 18, 2020
Merged
Create release draft on new tags with desktop applications and apk attached#314perclasson merged 24 commits intoflutter:masterfrom
perclasson merged 24 commits intoflutter:masterfrom
Conversation
Member
|
So neat! |
guidezpl
approved these changes
Sep 18, 2020
Member
guidezpl
left a comment
There was a problem hiding this comment.
_ ___ _____ __ __
| | / __|_ _| \/ |
| |_| (_ | | | | |\/| |
|____\___| |_| |_| |_|
clocksmith
approved these changes
Sep 18, 2020
| working-directory: code/${{ matrix.path }} | ||
| - name: Compress build for Windows | ||
| if: startsWith(matrix.os, 'windows') | ||
| run: compress-archive -Path * -DestinationPath ${env:GITHUB_WORKSPACE}\flutter_gallery_${{ matrix.target }}.zip |
Contributor
There was a problem hiding this comment.
Note that this won't run for all users; see https://github.com/flutter/flutter/wiki/Desktop-shells#distributing
If a zip is the distribution method the C++ redistributables should be included in it (i.e., copied into this folder before making the archive).
Contributor
Author
There was a problem hiding this comment.
Makes sense!
@stuartmorgan I'm adding them here: #320
gspencergoog
pushed a commit
to gspencergoog/gallery
that referenced
this pull request
Sep 23, 2020
…fore (flutter#314) * Update desktop Rally for pages that did not have designs before Former-commit-id: d85d839
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Simplifies the release process to automatically create release drafts with desktop applications and apk included:
Relates to #43
Was tested on my personal repo https://github.com/perclasson/gallery/actions/runs/261192033, see finished example release:
https://github.com/perclasson/gallery/releases/tag/v2.8