Skip to content

Commit 16317c1

Browse files
committed
ci: adjust workflow step names
1 parent 747233d commit 16317c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Upload
3030
uses: actions/upload-artifact@v4
3131
with:
32-
name: APK
32+
name: Android
3333
path: build/app/outputs/flutter-apk/app-release.apk
3434

3535
build-windows:
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: flutter pub get
4646

47-
- name: Build exe
47+
- name: Build
4848
run: flutter build windows --release
4949

5050
- name: Upload

0 commit comments

Comments
 (0)