Browse Source

update artifact name

renovate/org.robolectric-robolectric-4.x
Ammar Githam 4 years ago
committed by GitHub
parent
commit
bf38f35539
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/github_release_apk.yml

6
.github/workflows/github_release_apk.yml

@ -37,9 +37,13 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }} keyPassword: ${{ secrets.KEY_PASSWORD }}
- name: Get current date and time
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d_%H%M%S')"
# Create artifact # Create artifact
- name: Create apk artifact - name: Create apk artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: app-github-release.apk
name: barinsta-hotfix-${{ steps.date.outputs.date }}
path: ${{steps.sign_app.outputs.signedReleaseFile}} path: ${{steps.sign_app.outputs.signedReleaseFile}}
Loading…
Cancel
Save