Skip to content

Commit

Permalink
Changed release
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassAlo committed Dec 13, 2023
1 parent d649706 commit 862571d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mv flutter_area/build/app/outputs/flutter-apk/app-release.apk flutter_area/build/app/outputs/flutter-apk/maker.apk
gh release upload ${{ needs.release-create.outputs.release }} ./flutter_area/build/app/outputs/flutter-apk/maker.apk
gh release upload ${{ needs.release-create.outputs.release }} ./flutter_area/build/app/outputs/flutter-apk/app-release.apk

0 comments on commit 862571d

Please sign in to comment.