diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 6949b4e..215de4b 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -55,7 +55,7 @@ jobs: with: name: ${{ env.PLUGIN_ARTIFACT_NAME }} path: | - dist/BTCPayServer.Plugins.Breez/**/*.btcpay + dist/**/*.btcpay if-no-files-found: error release: @@ -73,5 +73,5 @@ jobs: - name: Upload to GitHub Release uses: softprops/action-gh-release@v2 with: - files: plugin/BTCPayServer.Plugins.Breez/**/*.btcpay + files: plugin/**/*.btcpay fail_on_unmatched_files: true