Skip to content

Commit

Permalink
Remove attributes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Dec 19, 2023
1 parent dca6e70 commit 0cf2a9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
run: find . -not -path '*/.*' -type d -exec touch -t 197001010000 {} \;
- name: Restore files timestamp
uses: chetan/git-restore-mtime-action@v2 # Restore files original modification time to have deterministic zip bundles
- name: Fix attributes
working-directory: ./Sources
run: chflags -R arch .
- name: "Compile OCBundle"
working-directory: ./Sources/OCBundle
run: zip -qqrX ../../OCBundle.zip ./
Expand Down

0 comments on commit 0cf2a9f

Please sign in to comment.