Skip to content

Commit

Permalink
修复上传 Gitee 脚本中的分支名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzaphkiel committed Mar 16, 2024
1 parent cee9239 commit 6c7f099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
TAG_NAME = args.tag
NAME = TAG_NAME
BODY = f"Seraphine {TAG_NAME}"
TARGET_COMMITISH = "main"
TARGET_COMMITISH = "master"
FILE_PATH = "Seraphine.zip"

HEADERS = {"Authorization": f"Bearer {ACCESS_TOKEN}"}
Expand Down

0 comments on commit 6c7f099

Please sign in to comment.