We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d143b commit 2568611Copy full SHA for 2568611
1 file changed
.github/workflows/main.yml
@@ -4,15 +4,17 @@ on:
4
push:
5
branches:
6
- main
7
- workflow_dispatch:
+ pull_request:
8
+ branches:
9
+ - main
10
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
15
steps:
16
- name: Checkout code
- uses: actions/checkout@v4
17
+ uses: actions/checkout@v3
18
19
- name: Setup Flutter
20
uses: subosito/flutter-action@v2
@@ -26,7 +28,7 @@ jobs:
26
28
run: flutter build apk --release
27
29
30
- name: Upload APK artifact
- uses: actions/upload-artifact@v4
31
+ uses: actions/upload-artifact@v3
32
with:
- name: release-apk
33
+ name: dpixel-release-apk
34
path: build/app/outputs/flutter-apk/app-release.apk
0 commit comments