Skip to content

Commit

Permalink
ci: add cache hash for msi (#778) (#780)
Browse files Browse the repository at this point in the history
This is backport 778 to v5 branch.

Signed-off-by: Daijiro Fukuda <[email protected]>
Co-authored-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
Watson1978 and daipom authored Feb 3, 2025
1 parent 6aff53b commit 68ce060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: cache-msi
with:
path: fluent-package/msi/repositories
key: ${{ runner.os }}-v5cache-windows-${{ hashFiles('**/config.rb', '**/Rakefile', '**/Gemfile*', '!**/*.ps1') }}
key: ${{ runner.os }}-v5cache-windows-${{ hashFiles('**/config.rb', '**/Rakefile', '**/Gemfile*', '!**/*.ps1', 'fluent-package/msi/source.wxs', 'fluent-package/msi/parameters.wxi.erb', 'fluent-package/msi/localization-en-us.wxl', 'fluent-package/msi/exclude-files.xslt', 'fluent-package/msi/Dockerfile') }}
- name: Build
if: ${{ ! steps.cache-msi.outputs.cache-hit }}
run: |
Expand Down

0 comments on commit 68ce060

Please sign in to comment.