Skip to content

Commit

Permalink
docs: update name of runs
Browse files Browse the repository at this point in the history
  • Loading branch information
smallTrogdor authored Dec 19, 2024
1 parent 729b458 commit 9d0ed70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
distribution: "temurin"
cache: "gradle"

- name: Make secret env file accessible for envied generation.
- name: Make secret env file accessible for envied generation
uses: timheuer/[email protected]
with:
fileName: ".env"
Expand All @@ -125,7 +125,7 @@ jobs:
- run: flutter build appbundle --profile --no-pub

build-iOS:
name: Build iOS package
name: Build iOS
runs-on: macos-latest
needs: [validation]
defaults:
Expand All @@ -144,7 +144,7 @@ jobs:
flutter-version: ${{ matrix.sdk }}
cache: true

- name: Make secret env file accessible for envied generation.
- name: Make secret env file accessible for envied generation
uses: timheuer/[email protected]
with:
fileName: ".env"
Expand Down

0 comments on commit 9d0ed70

Please sign in to comment.