Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastersam07 committed Nov 12, 2024
1 parent a83e50d commit 96232b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conferenceapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
check-formatting:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/shared-workflow.yaml
uses: ./.github/workflows/shared/shared-workflow.yaml
with:
package-name: conferenceapp

android-build:
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs['release-type'] == 'build' }}
uses: ./.github/workflows/shared-workflow.yaml
uses: ./.github/workflows/shared/shared-workflow.yaml
with:
package-name: conferenceapp
android-build: ${{ github.event.inputs['release-type'] == 'build' }}
Expand All @@ -72,7 +72,7 @@ jobs:

ios-build:
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs['release-type'] == 'build' }}
uses: ./.github/workflows/shared-workflow.yaml
uses: ./.github/workflows/shared/shared-workflow.yaml
with:
package-name: conferenceapp
ios-build: ${{ github.event.inputs['release-type'] == 'build' }}
Expand All @@ -89,7 +89,7 @@ jobs:

patch-android:
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs['release-type'] == 'patch' }}
uses: ./.github/workflows/shared-workflow.yaml
uses: ./.github/workflows/shared/shared-workflow.yaml
with:
package-name: conferenceapp
build-version: ${{ github.event.inputs['build-version'] }}
Expand All @@ -105,7 +105,7 @@ jobs:

patch-ios:
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs['release-type'] == 'patch' }}
uses: ./.github/workflows/shared-workflow.yaml
uses: ./.github/workflows/shared/shared-workflow.yaml
with:
package-name: conferenceapp
build-version: ${{ github.event.inputs['build-version'] }}
Expand Down
File renamed without changes.

0 comments on commit 96232b5

Please sign in to comment.