Skip to content

Commit dad2ce2

Browse files
committed
Update nabu dependencies during merge with dev
fix workflow
1 parent fac52c1 commit dad2ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_gleaner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
project_path: "./cmd/gleaner"
3636
binary_name: "gleaner"
3737
ldflags: "-s -w -X main.VERSION=${{ env.VERSION }}"
38-
extra_files: README.md docs/ configs/ scripts/ schemaorg-current-https.jsonld
38+
extra_files: README.md docs/ configs/ scripts/ assets/
3939
# extra_files: LICENSE README.md

.github/workflows/release_gleaner_v3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
project_path: "./cmd/glcon"
3939
binary_name: "glcon"
4040
ldflags: "-s -w -X main.VERSION=${{ env.VERSION }}"
41-
extra_files: README.md docs/ configs/ scripts/ schemaorg-current-https.jsonld assets/
41+
extra_files: README.md docs/ configs/ scripts/ assets/
4242
# extra_files: LICENSE README.md

0 commit comments

Comments
 (0)