Skip to content

Commit 4bbdecc

Browse files
committed
Update action dependencies and asset path
1 parent eec71f9 commit 4bbdecc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Create Release
3333
id: create_release
34-
uses: actions/create-release@v4
34+
uses: actions/create-release@v1
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
with:
@@ -46,7 +46,7 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
with:
4848
upload_url: ${{ steps.create_release.outputs.upload_url }}
49-
asset_path: Jetcaster/app/build/outputs/apk/debug/app-debug.apk
49+
asset_path: Jetcaster/mobile/build/outputs/apk/debug/app-debug.apk
5050
asset_name: jetcaster-debug.apk
5151
asset_content_type: application/vnd.android.package-archive
5252

0 commit comments

Comments
 (0)