Skip to content

Commit

Permalink
Update deploy-to-wp-pronamic-directory.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Sep 30, 2024
1 parent 7986855 commit 6f468d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-wp-pronamic-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: 'Download'
run: |
gh release download v${{ inputs.version }} --repo ${{ github.repository }} --pattern {{ env.FILENAME }}
gh release download v${{ inputs.version }} --repo ${{ github.repository }} --pattern ${{ env.FILENAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -46,4 +46,4 @@ jobs:
run: 'gcloud info'

- name: 'Upload'
run: 'gcloud storage cp {{ env.FILENAME }} gs://wp.pronamic.download/plugins/${{ inputs.slug }}/{{ env.FILENAME }}'
run: 'gcloud storage cp ${{ env.FILENAME }} gs://wp.pronamic.download/plugins/${{ inputs.slug }}/${{ env.FILENAME }}'

0 comments on commit 6f468d9

Please sign in to comment.