Skip to content

Commit 5335e70

Browse files
authored
Fix tar hardlink issue
#4 By excluding github actions from published package
1 parent 510c964 commit 5335e70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish-feature.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ jobs:
2020
username: ${{ github.actor }}
2121
password: ${{ secrets.GITHUB_TOKEN }}
2222
- uses: devcontainers-community/publish-feature@v1
23+
with:
24+
files: |
25+
install.sh
26+
README.md
27+
devcontainer-feature.json
28+
LICENSE
29+
test.sh
30+

0 commit comments

Comments
 (0)