Skip to content

Commit

Permalink
Merge pull request #1 from paperboy72543/main
Browse files Browse the repository at this point in the history
workflow: Do proper labeling
  • Loading branch information
sajidshahriar72543 authored Oct 1, 2023
2 parents 79923a9 + 213e188 commit 136b5ae
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 136b5ae

Please sign in to comment.