Skip to content

Commit

Permalink
Updated upload directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
YajanaRao authored May 20, 2021
1 parent 4320f1c commit 57bbe22
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Download APK from build
uses: actions/download-artifact@v1
with:
name: apk
name: app-release.apk

- name: Create Release
id: create_release
Expand All @@ -143,13 +143,16 @@ jobs:
- name: Display structure of downloaded files 1
run: ls

- name: Current working directory
run: pwd

- name: Upload Release APK
id: upload_release_asset
uses: actions/upload-release-asset@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: apk
asset_path: /home/runner/work/Serenity/Serenity/app-release.apk
asset_name: Serenity.apk
asset_content_type: application/zip

0 comments on commit 57bbe22

Please sign in to comment.