Skip to content

Commit 8656c87

Browse files
authored
Update action version and asset path (android#1456)
Version not found, causing workflow error. [link](https://github.com/android/compose-samples/actions/runs/8928913208) Updated create-release@v4 to @v1. Additionally, updated the Jetcaster asset path.
2 parents eec71f9 + 4bbdecc commit 8656c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)