This commit is contained in:
2025-12-09 13:14:37 +01:00
parent 89ddab4282
commit 2531edb5c3

View File

@@ -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