This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
|||||||
REPOSITORY_OWNER: ${{ gitea.repository_owner }}
|
REPOSITORY_OWNER: ${{ gitea.repository_owner }}
|
||||||
VERSION: ${{ gitea.ref_name }}
|
VERSION: ${{ gitea.ref_name }}
|
||||||
run: |
|
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 \
|
curl --fail-with-body \
|
||||||
--user "${GITEA_ACTOR}:${PACKAGE_TOKEN}" \
|
--user "${GITEA_ACTOR}:${PACKAGE_TOKEN}" \
|
||||||
--upload-file dist/samba-configer \
|
--upload-file dist/samba-configer \
|
||||||
|
|||||||
Reference in New Issue
Block a user