Skip to content

Commit 3730b00

Browse files
authored
Merge pull request #7 from devcontainers-community/tar-hardlink-fix
Fix tar hardlink issue
2 parents 510c964 + 4e12507 commit 3730b00

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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+

devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "llvm",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"name": "llvm",
55
"documentationURL": "https://github.com/devcontainers-community/features-llvm",
66
"description": "Installs llvm on debian based systems",

0 commit comments

Comments
 (0)