mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-10 04:59:29 +00:00
fix deprecated action
This commit is contained in:
parent
18df8b10e1
commit
72b6e73e04
1 changed files with 3 additions and 1 deletions
4
.github/workflows/flutter_release.yaml
vendored
4
.github/workflows/flutter_release.yaml
vendored
|
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v**"
|
- "v**"
|
||||||
|
# manually trigger a release if needed
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -44,7 +46,7 @@ jobs:
|
||||||
run: flutter build apk --release
|
run: flutter build apk --release
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release-apk
|
name: release-apk
|
||||||
path: build/app/outputs/flutter-apk/app-release.apk
|
path: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue