Skip to content

fix: .tar.gz内のパーミッションを保持する - #2747

Merged
sevenc-nanashi merged 1 commit into
VOICEVOX:mainfrom
oech3:tar-keep-perm
Sep 25, 2025
Merged

fix: .tar.gz内のパーミッションを保持する#2747
sevenc-nanashi merged 1 commit into
VOICEVOX:mainfrom
oech3:tar-keep-perm

Conversation

@oech3

@oech3 oech3 commented Sep 24, 2025

Copy link
Copy Markdown
Contributor

内容

.tar.gzの作成時にファイルのパーミッションを保持する。

関連 Issue

close #2740

@sevenc-nanashi sevenc-nanashi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

特に問題なさそう。

@sevenc-nanashi sevenc-nanashi changed the title .tar.gz内のパーミッションを保持する fix: .tar.gz内のパーミッションを保持する Sep 25, 2025
@sevenc-nanashi

Copy link
Copy Markdown
Member

特に問題ないと思うのでマージします。

@sevenc-nanashi
sevenc-nanashi added this pull request to the merge queue Sep 25, 2025
@Hiroshiba
Hiroshiba requested a review from Copilot September 25, 2025 01:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a file permission preservation issue when creating .tar.gz archives for Linux builds in the GitHub Actions workflow. The change replaces 7z commands with native tar commands to ensure file permissions are maintained in the compressed archive.

  • Replaced 7z-based tar.gz creation with native tar command
  • Added directory renaming to maintain proper archive structure
  • Ensured file permissions are preserved in the final archive

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread .github/workflows/build.yml
Merged via the queue into VOICEVOX:main with commit 8e41520 Sep 25, 2025
11 of 13 checks passed
@oech3
oech3 deleted the tar-keep-perm branch September 25, 2025 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Linux: ファイルのパーミッションが間違っている

4 participants