Skip to content

Commit d7bb886

Browse files
authored
Fix tar hardlink issue (#13)
1 parent 1d410dc commit d7bb886

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/publish-feature.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@ jobs:
1919
registry: ghcr.io
2020
username: ${{ github.actor }}
2121
password: ${{ secrets.GITHUB_TOKEN }}
22-
- uses: devcontainers-community/publish-feature@v1
22+
- uses: devcontainers-community/publish-feature@v1 with:
23+
files: |
24+
devcontainer-feature.json
25+
install.sh
26+
lib.sh
27+
LICENSE
28+
README.md
29+
test.sh

0 commit comments

Comments
 (0)