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