From 801d6e1909f130c1f47e65140af8232dfdf1a1f0 Mon Sep 17 00:00:00 2001 From: maleo Date: Tue, 27 Aug 2024 18:20:05 +0000 Subject: [PATCH] Fix tar hardlink issue --- .github/workflows/publish-feature.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-feature.yml b/.github/workflows/publish-feature.yml index eb7772a..1b29e79 100644 --- a/.github/workflows/publish-feature.yml +++ b/.github/workflows/publish-feature.yml @@ -19,4 +19,11 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: devcontainers-community/publish-feature@v1 + - uses: devcontainers-community/publish-feature@v1 with: + files: | + devcontainer-feature.json + install.sh + lib.sh + LICENSE + README.md + test.sh