-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "ci: rename files for easier understanding"
This reverts commit cb5288e.
- Loading branch information
Showing
13 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/build-android-binaries.yml → .github/workflows/build-bindings-android.yml
This file contains 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
2 changes: 1 addition & 1 deletion
2
.github/workflows/build-darwin-binaries.yml → .github/workflows/build-bindings-darwin.yml
This file contains 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
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: | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/build-ios-binaries.yml → .github/workflows/build-bindings-ios.yml
This file contains 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
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: | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/build-linux-binaries.yml → .github/workflows/build-bindings-linux.yml
This file contains 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
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: | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/build-windows-binaries.yml → .github/workflows/build-bindings-windows.yml
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
.github/workflows/build-android-package.yml → .github/workflows/publish-android.yml
This file contains 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
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: | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/build-csharp-package.yml → .github/workflows/publish-csharp.yml
This file contains 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
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: | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/build-flutter-package.yml → .github/workflows/publish-flutter.yml
This file contains 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
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: | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/build-golang-package.yml → .github/workflows/publish-golang.yml
This file contains 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
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: | ||
|
2 changes: 1 addition & 1 deletion
2
...ub/workflows/build-kotlin-mpp-package.yml → .github/workflows/publish-kotlin-mpp.yml
This file contains 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
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: | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/build-python-package.yml → .github/workflows/publish-python.yml
This file contains 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
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: | ||
|
2 changes: 1 addition & 1 deletion
2
.../workflows/build-react-native-package.yml → .github/workflows/publish-react-native.yml
This file contains 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
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: | ||
|