Skip to content

Commit 37bfbfa

Browse files
authored
This works around a bug where tar files could be generated with two different instances of the same file, which in turn tickles a crashing bug in the container builder (devcontainers/cli#699). This is the same solution as in devcontainers-community/features-llvm#7 and devcontainers-community/features-bazel#13. Closes devcontainers-community#3
1 parent 4e19d6a commit 37bfbfa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish-feature.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ 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

0 commit comments

Comments
 (0)