From 08d2ca1557a16cc26690bca8a9eea58ea0aa11b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Proch=C3=A1zka?= Date: Thu, 18 Jan 2024 15:29:24 +0100 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 61cf95c..47f7d49 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,19 @@ All the available reusable workflows are listed in the following table. ### Available workflows -|Platform |Runner |Action |File |Description | -|:---------|:-----------|:-------|:------------------------------------------------------------------------------------|:---------------------------------------------------------------------| -|Universal |Cloud |Backup |[`universal-cloud-backup`](.github/workflows/universal-cloud-backup.yml) |Backups currently checked out ref to a remote repository. | -|Universal |Self-hosted |Backup |[`universal-selfhosted-backup`](.github/workflows/universal-selfhosted-backup.yml) |Backups currently checked out ref to a remote repository. | -|iOS |Self-hosted |Test |[`ios-selfhosted-test`](.github/workflows/ios-selfhosted-test.yml) |Lints and tests the PR. | -|iOS |Self-hosted |Build |[`ios-selfhosted-build`](.github/workflows/ios-selfhosted-build.yml) |Creates enterprise release build and submits the build to App Center. | -|iOS |Self-hosted |Release |[`ios-selfhosted-release`](.github/workflows/ios-selfhosted-release.yml) |Creates release build and submits it to App Store Connect. | -|iOS |Cloud |Test |[`ios-cloud-test`](.github/workflows/ios-cloud-test.yml) |Lints and tests the PR. | -|iOS |Cloud |Build |[`ios-cloud-build`](.github/workflows/ios-cloud-build.yml) |Creates enterprise release build and submits the build to App Center. | -|iOS |Cloud |Release |[`ios-cloud-release`](.github/workflows/ios-cloud-release.yml) |Creates release build and submits it to App Store Connect. | +|Platform |Runner |Action |File |Description | +|:--------------|:-----------|:-------|:------------------------------------------------------------------------------------|:---------------------------------------------------------------------| +|Universal |Cloud |Backup |[`universal-cloud-backup`](.github/workflows/universal-cloud-backup.yml) |Backups currently checked out ref to a remote repository. | +|Universal |Self-hosted |Backup |[`universal-selfhosted-backup`](.github/workflows/universal-selfhosted-backup.yml) |Backups currently checked out ref to a remote repository. | +|iOS |Self-hosted |Test |[`ios-selfhosted-test`](.github/workflows/ios-selfhosted-test.yml) |Lints and tests the PR. | +|iOS |Self-hosted |Build |[`ios-selfhosted-build`](.github/workflows/ios-selfhosted-build.yml) |Creates enterprise release build and submits the build to App Center. | +|iOS |Self-hosted |Release |[`ios-selfhosted-release`](.github/workflows/ios-selfhosted-release.yml) |Creates release build and submits it to App Store Connect. | +|iOS |Cloud |Test |[`ios-cloud-test`](.github/workflows/ios-cloud-test.yml) |Lints and tests the PR. | +|iOS |Cloud |Build |[`ios-cloud-build`](.github/workflows/ios-cloud-build.yml) |Creates enterprise release build and submits the build to App Center. | +|iOS |Cloud |Release |[`ios-cloud-release`](.github/workflows/ios-cloud-release.yml) |Creates release build and submits it to App Store Connect. | +|iOS (KMP) |Self-hosted |Test |[`ios-kmp-selfhosted-test`](.github/workflows/ios-kmp-selfhosted-test.yml) |Lints and tests the PR. | +|iOS (KMP) |Self-hosted |Build |[`ios-kmp-selfhosted-build`](.github/workflows/ios-kmp-selfhosted-build.yml) |Creates enterprise release build and submits the build to App Center. | +|iOS (KMP) |Self-hosted |Release |[`ios-kmp-selfhosted-release`](.github/workflows/ios-kmp-selfhosted-release.yml) |Creates release build and submits it to App Store Connect. | ## Contributors