Skip to content

Commit

Permalink
Update action version and asset path (android#1456)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
riggaroo authored Sep 2, 2024
2 parents eec71f9 + 4bbdecc commit 8656c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Create Release
id: create_release
uses: actions/create-release@v4
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -46,7 +46,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: Jetcaster/app/build/outputs/apk/debug/app-debug.apk
asset_path: Jetcaster/mobile/build/outputs/apk/debug/app-debug.apk
asset_name: jetcaster-debug.apk
asset_content_type: application/vnd.android.package-archive

Expand Down

0 comments on commit 8656c87

Please sign in to comment.