From 89ddab4282ef8c58a7fd5d6b282171cc7c4cb4ea Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Tue, 9 Dec 2025 11:15:39 +0100 Subject: [PATCH] fixing path --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index f347826..405646c 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -54,7 +54,7 @@ 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 +72,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