Skip to content

Commit

Permalink
Update nabu dependencies during merge with dev
Browse files Browse the repository at this point in the history
fix workflow
  • Loading branch information
valentinedwv committed Jan 23, 2023
1 parent fac52c1 commit dad2ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_gleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release_gleaner_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dad2ce2

Please sign in to comment.