Skip to content

Commit

Permalink
Release workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Sep 8, 2023
1 parent be70398 commit 1c7e3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -12,9 +12,9 @@
- uses: actions/checkout@master
- name: Archive Release
env:
PLUGIN_VERSION: ${{ inputs.logLevel }}
PLUGIN_VERSION: ${{ inputs.pluginVersion }}
uses: thedoctor0/zip-release@0.7.1
with:
type: 'zip'
directory: 'payu'
filename: 'payu_prestashop_plugin_${{ inputs.logLevel }}.zip'
filename: 'payu_prestashop_plugin_${{ env.PLUGIN_VERSION }}.zip'

0 comments on commit 1c7e3fa

Please sign in to comment.