Skip to content

Commit

Permalink
Accounted for hidden files (.gitignore, .gitkeep) (#43)
Browse files Browse the repository at this point in the history
* bugfix: Set include-hidden-files to true to account for .gitkeep

* bugfix: Ensured that .gitignore is created

* chore: Updated fixtures

* chore: Added changeset

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Sep 3, 2024
1 parent 7952c49 commit 2a6696d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-coins-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-v2-addon-repo": patch
---

Accounted for hidden files (.gitignore, .gitkeep)
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: built-packages
include-hidden-files: true
path: |
packages/**/declarations/**/*
packages/**/dist/**/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: built-packages
include-hidden-files: true
path: |
packages/**/declarations/**/*
packages/**/dist/**/*
Expand Down

0 comments on commit 2a6696d

Please sign in to comment.