Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angrezichatterbox authored Sep 23, 2024
1 parent 8a9bdd8 commit fb835d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
java-version: '11'
- name: Build apk
run: flutter build apk --release --no-shrink
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: release-apk-artifact
path: build/app/outputs/apk/release/app-release.apk
Expand Down

0 comments on commit fb835d1

Please sign in to comment.