diff --git a/.github/workflows/release_gleaner.yml b/.github/workflows/release_gleaner.yml index 9c5f6d5e..3ff956d5 100644 --- a/.github/workflows/release_gleaner.yml +++ b/.github/workflows/release_gleaner.yml @@ -35,5 +35,5 @@ jobs: project_path: "./cmd/gleaner" binary_name: "gleaner" ldflags: "-s -w -X main.VERSION=${{ env.VERSION }}" - extra_files: README.md docs/ configs/ scripts/ schemaorg-current-https.jsonld + extra_files: README.md docs/ configs/ scripts/ assets/ # extra_files: LICENSE README.md diff --git a/.github/workflows/release_gleaner_v3.yml b/.github/workflows/release_gleaner_v3.yml index 5049164b..d3801ab3 100644 --- a/.github/workflows/release_gleaner_v3.yml +++ b/.github/workflows/release_gleaner_v3.yml @@ -38,5 +38,5 @@ jobs: project_path: "./cmd/glcon" binary_name: "glcon" ldflags: "-s -w -X main.VERSION=${{ env.VERSION }}" - extra_files: README.md docs/ configs/ scripts/ schemaorg-current-https.jsonld assets/ + extra_files: README.md docs/ configs/ scripts/ assets/ # extra_files: LICENSE README.md