Skip to content

Commit

Permalink
ignore .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-albert committed Feb 25, 2025
1 parent 530fc3e commit 3e72c12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
needs: build_and_deploy
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Download CAR File
uses: actions/download-artifact@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
/oas2/
/oas3/

/build/
/build/
.DS_Store

0 comments on commit 3e72c12

Please sign in to comment.