mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-09 20:49: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:
|
||||
tags:
|
||||
- "v**"
|
||||
# manually trigger a release if needed
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -44,7 +46,7 @@ jobs:
|
|||
run: flutter build apk --release
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: release-apk
|
||||
path: build/app/outputs/flutter-apk/app-release.apk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue