Skip to content

Commit

Permalink
Directory git mtime issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Dec 19, 2023
1 parent f5bb145 commit 05c5cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0 # It's needed for git-restore-mtime
- name: Reset directories timestamp # Workaround for https://github.com/MestreLion/git-tools/issues/47
run: find . -not -path '*/.*' -type d -exec touch -t 197001010000 {} \;
run: find . -not -path '*/.*' -type d -exec touch -t 197001010000 {} \; && git-restore-mtime
- name: Restore files timestamp
uses: chetan/git-restore-mtime-action@v2 # Restore files original modification time to have deterministic zip bundles
- name: "Compile OCBundle"
Expand Down

0 comments on commit 05c5cac

Please sign in to comment.