Skip to content

Commit

Permalink
maybe fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightDV committed Dec 23, 2024
1 parent dee5eb6 commit 5254a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: flutter build apk --release

# Upload generated apk to the artifacts.
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2
with:
name: app-release.apk
path: build/app/outputs/apk/release/app-release.apk

0 comments on commit 5254a9c

Please sign in to comment.