Skip to content

Commit

Permalink
workflow: Do proper labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
paperboy72543 authored Oct 1, 2023
1 parent 79923a9 commit 213e188
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main

jobs:
flutter_test:
name: Setting up things
TESTING:
name: Setting up the environment
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -22,8 +22,8 @@ jobs:
- run: flutter clean
- run: flutter pub get

build_app:
name: Build Flutter (Android)
BUILDING_THE_APP:
name: Build for Android
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -42,4 +42,4 @@ jobs:
with:
artifacts: "build/app/outputs/apk/release/*.apk"
tag: v1.0.${{ github.run_number }}
token: ${{ secrets.TOKEN }}
token: ${{ secrets.TOKEN }}

0 comments on commit 213e188

Please sign in to comment.