1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-18 21:12:24 +02:00
Frost-for-Facebook/files/github_actions.sh
Allan Wang 771676db9f
Github actions (#1797)
* Add android workflow

* Test without dynamic artifact name

* Add back spotless ktlint version

* Always decrypt secret

* Ignore ci for l10n_dev [skip ci]

* Rename test asset

* Use github run number var

* Test github context var

* Add legacy build release

* Test step 1

* Test next steps

* Test prev version step

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Partial test

* Enable full flow

* Test build

* Test build

* Full release v2

* Use pitched apps email

* Echo release link [skip ci]

* Fix should release
2021-09-12 01:01:06 -07:00

9 lines
333 B
Bash

#!/usr/bin/env bash
# Add appropriate files for encryption
# https://docs.github.com/en/actions/reference/encrypted-secrets#limits-for-secrets
rm frost_github.tar.gpg
tar cvf frost_github.tar release.keystore release.properties test.keystore test.properties
gpg --symmetric --cipher-algo AES256 frost_github.tar
rm frost_github.tar