Skip to content

Commit

Permalink
refactor action
Browse files Browse the repository at this point in the history
  • Loading branch information
avsh committed Feb 4, 2024
1 parent 278054e commit 53c91ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
type: 'zip'
filename: 'opencart-4-begateway-payment-extension.ocmod.zip'
path: './begateway'
exclusions: '*.git* docker* LICENSE* Makefile README* *.zip /*docker/* /*sql/*'

- name: Upload Release
Expand Down
7 changes: 3 additions & 4 deletions begateway/install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "beGateway payment module",
"name": "beGateway Payment",
"version": "4.0.0",
"author": "beGateway",
"link": "https://www.begateway.com",
"instruction": ""
"author": "begateway",
"link": "https://www.begateway.com"
}

0 comments on commit 53c91ee

Please sign in to comment.