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 uses: actions/upload-artifact@v4
with: with:
name: ${{ env.PLUGIN_ARTIFACT_NAME }} name: ${{ env.PLUGIN_ARTIFACT_NAME }}
path: dist/**/BTCPayServer.Plugins.Breez*.btcpay path: |
dist/BTCPayServer.Plugins.Breez/**/*.btcpay
if-no-files-found: error if-no-files-found: error
release: release:
@@ -72,5 +73,5 @@ jobs:
- name: Upload to GitHub Release - name: Upload to GitHub Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
files: plugin/**/BTCPayServer.Plugins.Breez*.btcpay files: plugin/BTCPayServer.Plugins.Breez/**/*.btcpay
fail_on_unmatched_files: true fail_on_unmatched_files: true