diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 770a2f3..4ea1fc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Cross-compile with xgo run: | - xgo --targets=*/* . + xgo --targets=*/* ./cmd/zurg - name: Prepare artifacts run: |