Skip to content

Commit

Permalink
Chnage path to /reference-app/build/outputs/apk/release
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaMutuku committed Nov 10, 2022
1 parent 2562b04 commit 6ead2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: reference-app/release/reference-app-release.aab
file: reference-app/build/outputs/bundle/release/reference-app-release.aab
asset_name: "reference-app-$tag.aab"
tag: ${{ github.ref }}
overwrite: true
Expand All @@ -73,7 +73,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: reference-app/release/reference-app-release.apk
file: reference-app/build/outputs/apk/release/reference-app-release.apk
asset_name: "reference-app-$tag.apk"
tag: ${{ github.ref }}
prerelease: ${{ contains(github.ref, '-alpha') || contains(github.ref, '-beta') }}
Expand Down
20 changes: 0 additions & 20 deletions reference-app/release/output.json

This file was deleted.

0 comments on commit 6ead2fa

Please sign in to comment.