Commit Graph

6 Commits

Author SHA1 Message Date
fbafe4d587 Add permissions to allow updating GitHub releases
- Add contents: write permission to enable asset uploads
- Fixes 'Resource not accessible by integration' error when publishing releases
2025-12-09 15:15:37 +01:00
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 2025-12-09 06:37:37 +01:00