Release Zip changes project name in lowercase #14243

Closed
opened 2025-11-02 11:07:21 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @ericjamesbye7 on GitHub (Mar 11, 2025).

Description

Hello
My project name is FindLists. No issue with the git clone or push or blabla.
But when I create a release, the content of the zip/tar.gz is "findlists" in lowercase. So installing the new release is always KO because we work on Debian.
If you have the time to fix it.
Many thanks

Regards
EJB

Gitea Version

1.21.0

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

Docker

Database

None

Originally created by @ericjamesbye7 on GitHub (Mar 11, 2025). ### Description Hello My project name is FindLists. No issue with the git clone or push or blabla. But when I create a release, the content of the zip/tar.gz is "findlists" in lowercase. So installing the new release is always KO because we work on Debian. If you have the time to fix it. Many thanks Regards EJB ### Gitea Version 1.21.0 ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? Docker ### Database None
GiteaMirror added the issue/needs-feedback label 2025-11-02 11:07:21 -06:00
Author
Owner

@wxiaoguang commented on GitHub (Mar 15, 2025):

Hmm yes, some lower-case names are used.

If you don't need the repo name, maybe you could try to set PREFIX_ARCHIVE_FILES=false (a workaround)

;; Prefix archive files by placing them in a directory named after the repository
;PREFIX_ARCHIVE_FILES = true
@wxiaoguang commented on GitHub (Mar 15, 2025): Hmm yes, some lower-case names are used. If you don't need the repo name, maybe you could try to set `PREFIX_ARCHIVE_FILES=false` (a workaround) ``` ;; Prefix archive files by placing them in a directory named after the repository ;PREFIX_ARCHIVE_FILES = true ```
Author
Owner

@wxiaoguang commented on GitHub (Jun 25, 2025):

Hello, I tested GitHub again, GitHub's behavior is "PREFIX_ARCHIVE_FILES=false"

So I think it is the solution.

@wxiaoguang commented on GitHub (Jun 25, 2025): Hello, I tested GitHub again, GitHub's behavior is "PREFIX_ARCHIVE_FILES=false" So I think it is the solution.
Author
Owner

@GiteaBot commented on GitHub (Jul 26, 2025):

We close issues that need feedback from the author if there were no new comments for a month. 🍵

@GiteaBot commented on GitHub (Jul 26, 2025): We close issues that need feedback from the author if there were no new comments for a month. :tea:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#14243