fix: testing dist channel name and broken README badges (#275)
build.yml: testing dist publish condition used 'beta'/'alpha' but the workflow channel values are 'testing'/'development' — step was always skipped. Corrected to match actual channel names. README: badge URLs referenced TheGrandWazoo/truenas-proxmox (repo not yet renamed); corrected to freenas-proxmox. Workflow badge now includes branch=release/3.x so it tracks the default branch explicitly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1c98591ed4
commit
da0aaff0d2
|
|
@ -405,8 +405,8 @@ jobs:
|
|||
|
||||
- name: Publish to GitHub Pages testing dist
|
||||
if: >-
|
||||
needs.build.outputs.channel == 'beta' ||
|
||||
needs.build.outputs.channel == 'alpha'
|
||||
needs.build.outputs.channel == 'testing' ||
|
||||
needs.build.outputs.channel == 'development'
|
||||
env:
|
||||
APT_SIGNING_KEY: ${{ secrets.APT_SIGNING_KEY }}
|
||||
APT_SIGNING_KEY_PASSPHRASE: ${{ secrets.APT_SIGNING_KEY_PASSPHRASE }}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# TrueNAS ZFS-over-iSCSI Plugin for Proxmox VE
|
||||
|
||||
[](https://www.gnu.org/licenses/agpl-3.0)
|
||||
[](https://github.com/TheGrandWazoo/truenas-proxmox/releases/latest)
|
||||
[](https://github.com/TheGrandWazoo/truenas-proxmox/actions/workflows/build.yml)
|
||||
[](https://github.com/TheGrandWazoo/truenas-proxmox/issues)
|
||||
[](https://github.com/TheGrandWazoo/freenas-proxmox/releases/latest)
|
||||
[](https://github.com/TheGrandWazoo/freenas-proxmox/actions/workflows/build.yml)
|
||||
[](https://github.com/TheGrandWazoo/freenas-proxmox/issues)
|
||||
[](https://github.com/sponsors/TheGrandWazoo)
|
||||
|
||||
> This plugin is maintained by one person and has 4 million downloads — used in production at ISPs and MSPs worldwide. If it saves you time or headaches, [please consider sponsoring](https://github.com/sponsors/TheGrandWazoo) to keep it actively maintained and funded.
|
||||
|
|
|
|||
Loading…
Reference in New Issue