fix deprecated action

This commit is contained in:
Dr-Blank 2024-09-18 00:23:23 -04:00
parent 18df8b10e1
commit 72b6e73e04
No known key found for this signature in database
GPG key ID: 7452CC63F210A266

View file

@ -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