Skip to content

Commit

Permalink
update workflows ncipollo and name
Browse files Browse the repository at this point in the history
  • Loading branch information
crosbydoo committed Feb 12, 2024
1 parent 113743f commit c12051e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: relese app
name: Lokarasa App

on:
push:
Expand All @@ -10,8 +10,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions/setup-java@v1
with:
java-version: "12.x"
Expand All @@ -22,11 +24,11 @@ jobs:
- run: flutter analyze .
- run: flutter build apk --flavor production -t lib/main_production.dart

- uses: ncipollo/release-action@v1.10.0
- uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/production/release/*.apk"
commit: main
tag: "release-app"
artifacts: "build/app/outputs/apk/production/release/*.apk"
allowUpdates: true

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c12051e

Please sign in to comment.