pass step input to environment variables

This commit is contained in:
thrillfall 2021-08-16 22:37:31 +02:00
parent 3a5607a198
commit c6e21b9684
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
overwrite: true
- name: Upload app to Nextcloud appstore
uses: R0Wi/nextcloud-appstore-push-action@v1.0.3
env:
with:
app_name: ${{ env.APP_NAME }}
appstore_token: ${{ secrets.APPSTORE_TOKEN }}
download_url: ${{ steps.attach_to_release.outputs.browser_download_url }}