Skip to content

Commit

Permalink
also testing
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Apr 7, 2024
1 parent d913c83 commit 8d3a501
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:


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

- name: create-release
id: create_release
Expand All @@ -94,9 +94,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{steps.sign_app.outputs.signedFile}}
asset_path: "build/app/outputs/apk/release/app-release.apk"
asset_name: reciper-release-${{ steps.version.outputs.version }}.apk
asset_content_type: application/apk

- name: Publish release
uses: eregon/[email protected]
env:
Expand Down

0 comments on commit 8d3a501

Please sign in to comment.