feat(inventory): adopt Purpur distribution naming
Release / release (push) Successful in 4m38s
CI / build (push) Successful in 1m12s

BREAKING CHANGE: New release assets use purpur-inventory-helper-<version>.jar. Runtime SpigotInventoryHelper identity and existing sorting-stick/recipe keys remain unchanged. Replace the old JAR rather than installing both distributions.
This commit is contained in:
dmg
2026-09-12 13:26:11 -04:00
parent 862c9a8a84
commit 0452e6701d
7 changed files with 72 additions and 11 deletions
+1 -1
View File
@@ -35,6 +35,6 @@ jobs:
- name: Upload development artifact
uses: actions/upload-artifact@v3
with:
name: spigot-inventory-helper-${{ github.sha }}
name: purpur-inventory-helper-${{ github.sha }}
path: build/libs/*.jar
if-no-files-found: error