Skip to content

Commit

Permalink
Fix CI export name file
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperstrongBE committed Nov 18, 2024
1 parent 852b223 commit 7d66d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'xprcheckout_woo_gateway.zip'
filename: 'xprcheckout_gateway.zip'
directory: '.'
exclusions: '*.git* /*node_modules/* .editorconfig /*applications/*'
- name: Generate JSON manifest
Expand All @@ -37,5 +37,5 @@ jobs:
uses: ncipollo/[email protected]
with:
tag: '${{ github.ref_name }}'
artifacts: "xprcheckout_woo_gateway.zip,info.json"
artifacts: "xprcheckout_gateway.zip,info.json"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7d66d90

Please sign in to comment.