mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
Fix faulty hardlink in release tarball (#1669)
Fixes #1664 The cause was a duplicate entry in the `tar` makefile invocation, as well as `tar` itself happily producing an additional bogus hardlink in the archive.
This commit is contained in:
parent
0970f35df5
commit
3a475ce210
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -252,7 +252,6 @@ release-tarball: ## Create tarball for release
|
|||
web/package.json \
|
||||
web/public \
|
||||
web/src \
|
||||
web/package.json \
|
||||
web/tsconfig.* \
|
||||
web/*.ts \
|
||||
web/pnpm-lock.yaml \
|
||||
|
|
Loading…
Reference in a new issue