From 47a85345bf8f8dbfb6ef9eb73cb99cf04b6a584c Mon Sep 17 00:00:00 2001 From: Alex Denisov Date: Thu, 28 Nov 2024 22:15:55 +0100 Subject: [PATCH] Attempt to fix hardlink problem --- .github/workflows/publish-feature.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/publish-feature.yml b/.github/workflows/publish-feature.yml index eb7772a..c612500 100644 --- a/.github/workflows/publish-feature.yml +++ b/.github/workflows/publish-feature.yml @@ -20,3 +20,13 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - uses: devcontainers-community/publish-feature@v1 + with: + files: | + common/install.sh + common/utilities.sh + common/etc/bash.bash_env + install.sh + README.md + devcontainer-feature.json + LICENSE + test.sh