fixing path

This commit is contained in:
2025-12-09 11:15:39 +01:00
parent 0a489431e9
commit 89ddab4282

View File

@@ -54,7 +54,7 @@ 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 +72,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