Skip to content

Commit

Permalink
fix go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: jinqiang zhang <[email protected]>
  • Loading branch information
peeweep committed Aug 23, 2024
1 parent 5150102 commit c461b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cd "input/${WORKDIR}"
GOMODCACHE="${PWD}"/go-mod go mod download -modcacherw
tar --create --auto-compress --file /tmp/${P}-deps.tar.xz go-mod
if [ !-f go.work ]; then
if [ ! -f go.work ]; then
rm -rf go-mod
go mod vendor
tar --create --auto-compress --file /tmp/${P}-vendor.tar.xz vendor
Expand Down

0 comments on commit c461b75

Please sign in to comment.