This commit is contained in:
2026-02-15 19:57:29 +01:00
parent 2b37bdfa32
commit c2663dbf61

View File

@@ -112,7 +112,7 @@ jobs:
env:
GITEA_REGISTRY_TOKEN: ${{ secrets.GT_PACKAGE_REGISTRY_TOKEN }}
run: |
for package in "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz"*; do
for package in *"${PACKAGE_VERSION}.tgz"*; do
curl \
--fail \
--show-error \