Skip to content

ZIP圧縮対象フォルダ直下の隠しファイルが含まれない問題を修正#4251

Merged
tsuna-can-se merged 1 commit intomainfrom
feature/圧縮対象直下の隠しファイルが含まれるようにする
Dec 26, 2025

Hidden character warning

The head ref may contain hidden characters: "feature/\u5727\u7e2e\u5bfe\u8c61\u76f4\u4e0b\u306e\u96a0\u3057\u30d5\u30a1\u30a4\u30eb\u304c\u542b\u307e\u308c\u308b\u3088\u3046\u306b\u3059\u308b"
Merged

ZIP圧縮対象フォルダ直下の隠しファイルが含まれない問題を修正#4251
tsuna-can-se merged 1 commit intomainfrom
feature/圧縮対象直下の隠しファイルが含まれるようにする

Conversation

@KentaHizume
Copy link
Copy Markdown
Contributor

@KentaHizume KentaHizume commented Dec 26, 2025

この Pull request で実施したこと

  • ZIP 圧縮対象フォルダ直下のドット始まりの隠しファイルが含まれない問題を修正しました。
  • dressca-cms および console-app-with-di 直下の .gitignore 等の隠しファイルが正しく zip に含まれるようになりました。

実行結果

この Pull request では実施していないこと

なし

Issues や Discussions 、関連する Web サイトなどへのリンク

なし

@KentaHizume KentaHizume added this to the v2.0.0 milestone Dec 26, 2025
@KentaHizume KentaHizume self-assigned this Dec 26, 2025
Copilot AI review requested due to automatic review settings December 26, 2025 06:03
@KentaHizume KentaHizume added 不具合 現在リリース中のバージョンに不具合・バグがある CI/CD Github Actionsなどの修正 labels Dec 26, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

この Pull request は、ZIP圧縮時に隠しファイルが含まれない問題を修正することを目的としています。zipコマンドのパターンを*から.に変更することで、.gitignoreなどの隠しファイルをZIPアーカイブに含めるようにしています。

主な変更点:

  • 4つのサンプルアプリケーション(Dressca、ConsoleAppWithDI、AzureADB2CAuth、DresscaCMS)のZIP圧縮コマンドを更新
  • zip -r ... * から zip -r ... . に変更して隠しファイルを含めるように修正

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/compress-sample-source/action.yml
Comment thread .github/workflows/compress-sample-source/action.yml
Comment thread .github/workflows/compress-sample-source/action.yml
Comment thread .github/workflows/compress-sample-source/action.yml
@tsuna-can-se tsuna-can-se merged commit 6dd2f9a into main Dec 26, 2025
18 checks passed
@tsuna-can-se tsuna-can-se deleted the feature/圧縮対象直下の隠しファイルが含まれるようにする branch December 26, 2025 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD Github Actionsなどの修正 不具合 現在リリース中のバージョンに不具合・バグがある

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants