Commit Graph

6 Commits

Author SHA1 Message Date
e141ad16e3 Fix artifact upload paths in CI workflow
- Change from specific path to wildcard pattern to ensure files are found
- Upload: dist/BTCPayServer.Plugins.Breez/**/*.btcpay -> dist/**/*.btcpay
- Release: plugin/BTCPayServer.Plugins.Breez/**/*.btcpay -> plugin/**/*.btcpay
- Add fetch-depth: 0 to ensure full checkout when triggered by tags
2025-12-09 15:03:16 +01:00
e9899f3c43 Fix artifact upload path pattern in CI
- Change from specific path to wildcard pattern to ensure files are found
- Upload: dist/BTCPayServer.Plugins.Breez/**/*.btcpay -> dist/**/*.btcpay
- Release: plugin/BTCPayServer.Plugins.Breez/**/*.btcpay -> plugin/**/*.btcpay
- This ensures the .btcpay files are captured regardless of version subdirectory structure
2025-12-09 13:57:41 +01:00
2531edb5c3 fix 2025-12-09 13:14:37 +01:00
89ddab4282 fixing path 2025-12-09 11:15:39 +01:00
0a489431e9 plugin build v0.0.1-alpha 2025-12-09 06:37:37 +01:00
e1135a15a7 first commit 2025-12-08 11:45:58 +01:00