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: env:
GITEA_REGISTRY_TOKEN: ${{ secrets.GT_PACKAGE_REGISTRY_TOKEN }} GITEA_REGISTRY_TOKEN: ${{ secrets.GT_PACKAGE_REGISTRY_TOKEN }}
run: | run: |
for package in "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz"*; do for package in *"${PACKAGE_VERSION}.tgz"*; do
curl \ curl \
--fail \ --fail \
--show-error \ --show-error \