mirror of
https://github.com/aljazceru/btcpayserver-breez-nodeless-plugin.git
synced 2025-12-17 08:34:20 +01:00
fix
This commit is contained in:
5
.github/workflows/build-and-release.yml
vendored
5
.github/workflows/build-and-release.yml
vendored
@@ -54,7 +54,8 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.PLUGIN_ARTIFACT_NAME }}
|
||||
path: dist/**/BTCPayServer.Plugins.Breez*.btcpay
|
||||
path: |
|
||||
dist/BTCPayServer.Plugins.Breez/**/*.btcpay
|
||||
if-no-files-found: error
|
||||
|
||||
release:
|
||||
@@ -72,5 +73,5 @@ jobs:
|
||||
- name: Upload to GitHub Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: plugin/**/BTCPayServer.Plugins.Breez*.btcpay
|
||||
files: plugin/BTCPayServer.Plugins.Breez/**/*.btcpay
|
||||
fail_on_unmatched_files: true
|
||||
|
||||
Reference in New Issue
Block a user