1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02: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:
Marcin Puc
2023-03-22 12:55:39 +01:00
committed by GitHub
parent 0970f35df5
commit 3a475ce210
-1
View File
@@ -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 \