Skip to content

Commit

Permalink
fix go mod vendor path
Browse files Browse the repository at this point in the history
  • Loading branch information
peeweep committed Oct 15, 2024
1 parent ba34470 commit c417db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
tar --create --auto-compress --file /tmp/${P}-deps.tar.xz go-mod
if [ ! -f go.work ]; then
rm -rf go-mod
go mod vendor
tar --create --auto-compress --file /tmp/${P}-vendor.tar.xz vendor
go mod vendor -modcacherw -o ${P}/vendor
tar --create --auto-compress --file /tmp/${P}-vendor.tar.xz ${P}/vendor
fi
- name: Generate javascript node_modules
Expand Down

0 comments on commit c417db0

Please sign in to comment.