Skip to content

Commit

Permalink
chore(release): Fix vfs-gen destination dir
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Jun 21, 2024
1 parent fc31ebf commit e79d69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ release() {
update_olm "$working_dir" "$release_version" "$snapshot_version"

echo "Building virtual file system ..."
eval go run ${working_dir}/cmd/util/vfs-gen/ config
eval go run ${working_dir}/cmd/util/vfs-gen/ -dest ${working_dir}/pkg/resources config

# Cross compile binaries
local build_dir=${working_dir}/xtmp
Expand Down

0 comments on commit e79d69d

Please sign in to comment.