Skip to content

Commit

Permalink
Fix APK upload into release job
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasLehnfeld committed Sep 9, 2021
1 parent 2668150 commit 991b14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
automatic_release_tag: ${{ steps.version.outputs.version-number }}
title: ${{ steps.version.outputs.version-number }}
files: |
release-build/*.apk
*.apk
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A cross-plattform flutter mobile app for reading netzpolitik.org ar

publish_to: 'none'

version: 1.2.1+2
version: 1.2.1+3

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 991b14b

Please sign in to comment.