Skip to content

Commit

Permalink
Rename steps
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Sep 8, 2024
1 parent 9a29934 commit afc1fdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/violet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

jobs:
changes:
app-changes:
runs-on: ubuntu-latest
# Required permissions
permissions:
Expand All @@ -24,7 +24,7 @@ jobs:
src:
- "violet/**"
format:
app-format:
needs: changes
if: ${{ needs.changes.outputs.src == 'true' }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Analyze
run: flutter analyze --no-fatal-infos

ios-build:
app-ios-build:
runs-on: macos-latest
needs: [format, changes]
if: ${{ needs.changes.outputs.src == 'true' }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
name: ipa-build
path: ./violet/Payload.ipa

android-build:
app-android-build:
runs-on: ubuntu-latest
needs: [format, changes]
if: ${{ needs.changes.outputs.src == 'true' }}
Expand Down

0 comments on commit afc1fdc

Please sign in to comment.