more dumb than a commit message can contain
Build and Publish / build (push) Successful in 9m30s

This commit is contained in:
2026-03-24 23:50:42 +00:00
parent 9f7f1ba1b8
commit 69765b14f2
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
REPOSITORY_OWNER: ${{ gitea.repository_owner }}
VERSION: ${{ gitea.ref_name }}
run: |
test -n "$GITEA_TOKEN" || { echo "GITEA_TOKEN is empty"; exit 1; }
test -n "$PACKAGE_TOKEN" || { echo "PACKAGE_TOKEN is empty"; exit 1; }
curl --fail-with-body \
--user "${GITEA_ACTOR}:${PACKAGE_TOKEN}" \
--upload-file dist/samba-configer \