Skip to content

Commit

Permalink
Make sure the extension gets installed as in 'btcpay' directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeet committed Oct 12, 2022
1 parent 9633b63 commit 0aeba28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
uses: thedoctor0/zip-release@master
with:
type: 'zip'
filename: 'btcpay-oc4.ocmod.zip'
filename: 'btcpay.ocmod.zip'
exclusions: '*.git* *.github* composer.*'
- name: Upload artifact to release page.
uses: ncipollo/release-action@v1
with:
artifacts: 'btcpay-oc4.ocmod.zip'
artifacts: 'btcpay.ocmod.zip'
removeArtifacts: true
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "BTCPay Server payment gateway",
"version": "4.0.0",
"code": "btcpay",
"license": "MIT",
"author": "BTCPay Server",
"link": "https://btcpayserver.org"
Expand Down

0 comments on commit 0aeba28

Please sign in to comment.