Skip to content

Commit

Permalink
Fix tar hardlink issue (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mering authored Aug 27, 2024
1 parent 1d410dc commit d7bb886
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d7bb886

Please sign in to comment.