mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 12:02:33 +01:00
771676db9f
* 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
9 lines
333 B
Bash
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 |