Skip to content

Commit cff5ed0

Browse files
authored
Commit 100 GitHub Action ready?
1 parent 6771990 commit cff5ed0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/flutter-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Test & Build
22

33
on:
4-
release:
5-
types: [created]
64
workflow_dispatch:
75

86
jobs:
@@ -99,7 +97,7 @@ jobs:
9997
- name: Create a Release in GitHub
10098
uses: ncipollo/release-action@v1
10199
with:
102-
artifacts: "build/app/outputs/apk/release/*.apk,build/app/outputs/bundle/release/app-release.aab,build/ios/iphoneos/Runner.app."
100+
artifacts: "build/app/outputs/flutter-apk/*.apk,build/app/outputs/bundle/release/app-release.aab,build/ios/iphoneos/Runner.app"
103101
token: ${{ secrets.TOKEN }}
104102
tag: ${{needs.version.outputs.releaseversion}}
105103
commit: ${{ github.sha }}

0 commit comments

Comments
 (0)