Skip to content

Commit 2568611

Browse files
authored
Update main.yml
1 parent f3d143b commit 2568611

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ on:
44
push:
55
branches:
66
- main
7-
workflow_dispatch:
7+
pull_request:
8+
branches:
9+
- main
810

911
jobs:
1012
build:
1113
runs-on: ubuntu-latest
1214

1315
steps:
1416
- name: Checkout code
15-
uses: actions/checkout@v4
17+
uses: actions/checkout@v3
1618

1719
- name: Setup Flutter
1820
uses: subosito/flutter-action@v2
@@ -26,7 +28,7 @@ jobs:
2628
run: flutter build apk --release
2729

2830
- name: Upload APK artifact
29-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v3
3032
with:
31-
name: release-apk
33+
name: dpixel-release-apk
3234
path: build/app/outputs/flutter-apk/app-release.apk

0 commit comments

Comments
 (0)