Skip to content

Commit

Permalink
Revert "ci: rename files for easier understanding"
Browse files Browse the repository at this point in the history
This reverts commit cb5288e.
  • Loading branch information
JssDWt committed Apr 9, 2024
1 parent 914b484 commit d79a27d
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build sdk-bindings binaries for Android
name: Build sdk-bindings for Android
on:
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build sdk-bindings binaries for Darwin
name: Build sdk-bindings for Darwin
on:
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build sdk-bindings binaries for iOS
name: Build sdk-bindings for iOS
on:
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build sdk-bindings binaries for Linux
name: Build sdk-bindings for Linux
on:
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build sdk-bindings binaries for Windows
name: Build sdk-bindings for Windows
on:
workflow_dispatch:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build all packages
name: Publish all packages
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -132,39 +132,39 @@ jobs:
build-windows-binaries:
needs: setup
if: ${{ needs.setup.outputs.build-windows-binaries == 'true' }}
uses: ./.github/workflows/build-windows-binaries.yml
uses: ./.github/workflows/build-bindings-windows.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
use-dummy-binaries: ${{ needs.setup.outputs.use-dummy-binaries == 'true' }}
build-darwin-binaries:
needs: setup
if: ${{ needs.setup.outputs.build-darwin-binaries == 'true' }}
uses: ./.github/workflows/build-darwin-binaries.yml
uses: ./.github/workflows/build-bindings-darwin.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
use-dummy-binaries: ${{ needs.setup.outputs.use-dummy-binaries == 'true' }}
build-linux-binaries:
needs: setup
if: ${{ needs.setup.outputs.build-linux-binaries == 'true' }}
uses: ./.github/workflows/build-linux-binaries.yml
uses: ./.github/workflows/build-bindings-linux.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
use-dummy-binaries: ${{ needs.setup.outputs.use-dummy-binaries == 'true' }}
build-android-binaries:
needs: setup
if: ${{ needs.setup.outputs.build-android-binaries == 'true' }}
uses: ./.github/workflows/build-android-binaries.yml
uses: ./.github/workflows/build-bindings-android.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
use-dummy-binaries: ${{ needs.setup.outputs.use-dummy-binaries == 'true' }}
build-ios-binaries:
needs: setup
if: ${{ needs.setup.outputs.build-ios-binaries == 'true' }}
uses: ./.github/workflows/build-ios-binaries.yml
uses: ./.github/workflows/build-bindings-ios.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
Expand All @@ -190,7 +190,7 @@ jobs:
- build-linux-binaries
- build-language-bindings
if: ${{ needs.setup.outputs.build-csharp-package == 'true' }}
uses: ./.github/workflows/build-csharp-package.yml
uses: ./.github/workflows/publish-csharp.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.csharp-ref }}
Expand All @@ -209,7 +209,7 @@ jobs:
- build-linux-binaries
- build-language-bindings
if: ${{ needs.setup.outputs.build-golang-package == 'true' }}
uses: ./.github/workflows/build-golang-package.yml
uses: ./.github/workflows/publish-golang.yml
with:
ref: ${{ needs.setup.outputs.ref }}
package-version: ${{ needs.setup.outputs.package-version }}
Expand All @@ -223,7 +223,7 @@ jobs:
- build-android-binaries
- build-language-bindings
if: ${{ needs.setup.outputs.build-maven-package == 'true' }}
uses: ./.github/workflows/build-android-package.yml
uses: ./.github/workflows/publish-android.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
Expand All @@ -240,7 +240,7 @@ jobs:
- build-ios-binaries
- build-language-bindings
if: ${{ needs.setup.outputs.build-kotlin-mpp-package == 'true' }}
uses: ./.github/workflows/build-kotlin-mpp-package.yml
uses: ./.github/workflows/publish-kotlin-mpp.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
Expand All @@ -255,7 +255,7 @@ jobs:
- setup
- build-language-bindings
if: ${{ needs.setup.outputs.publish-swift-package != 'true' && needs.setup.outputs.build-flutter-package == 'true' }}
uses: ./.github/workflows/build-flutter-package.yml
uses: ./.github/workflows/publish-flutter.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
Expand All @@ -270,7 +270,7 @@ jobs:
- build-language-bindings
- build-swift-package
if: ${{ needs.setup.outputs.publish-swift-package == 'true' && needs.setup.outputs.build-flutter-package == 'true' }}
uses: ./.github/workflows/build-flutter-package.yml
uses: ./.github/workflows/publish-flutter.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
Expand All @@ -285,7 +285,7 @@ jobs:
needs:
- setup
if: ${{ needs.setup.outputs.publish-swift-package != 'true' && needs.setup.outputs.build-react-native-package == 'true' }}
uses: ./.github/workflows/build-react-native-package.yml
uses: ./.github/workflows/publish-react-native.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
Expand All @@ -301,7 +301,7 @@ jobs:
- setup
- build-swift-package
if: ${{ needs.setup.outputs.publish-swift-package == 'true' && needs.setup.outputs.build-react-native-package == 'true' }}
uses: ./.github/workflows/build-react-native-package.yml
uses: ./.github/workflows/publish-react-native.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
Expand All @@ -318,7 +318,7 @@ jobs:
- build-windows-binaries
- build-language-bindings
if: ${{ needs.setup.outputs.build-python-package == 'true' }}
uses: ./.github/workflows/build-python-package.yml
uses: ./.github/workflows/publish-python.yml
with:
repository: ${{ needs.setup.outputs.repository }}
ref: ${{ needs.setup.outputs.ref }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Android Package
name: Publish Android Bindings
on:
workflow_call:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build C# Package
name: Publish C# Bindings
on:
workflow_call:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Flutter Package
name: Publish Flutter Package
on:
workflow_call:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Go Package
name: Publish Go Bindings
on:
workflow_call:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Kotlin multiplatform Package
name: Publish Kotlin multiplatform Bindings
on:
workflow_call:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Python Package
name: Publish Python Bindings
on:
workflow_call:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build React Native Package
name: Publish React Native Plugin
on:
workflow_call:
inputs:
Expand Down

0 comments on commit d79a27d

Please sign in to comment.