Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
ci: modify artifact's name
Browse files Browse the repository at this point in the history
  • Loading branch information
tosuke committed Nov 16, 2019
1 parent a3638a4 commit d37a715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./apk/submarine.apk
asset_name: submarine-${{ github.ref }}.apk
asset_name: submarine-${{ steps.create_release.outputs.id }}.apk
asset_content_type: application/vnd.android.package-archive

- name: Release AppBundle
Expand All @@ -167,5 +167,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./aab/submarine.aab
asset_name: submarine-${{ github.ref }}.aab
asset_name: submarine-${{ steps.create_release.outputs.id }}.aab
asset_content_type: application/zip

0 comments on commit d37a715

Please sign in to comment.