Skip to content

Commit

Permalink
fix deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Sep 18, 2024
1 parent 18df8b1 commit 72b6e73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flutter_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "v**"
# manually trigger a release if needed
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 72b6e73

Please sign in to comment.