diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7da5ca643e..1a80b57a59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,7 +139,7 @@ jobs: go_version: ${{ needs.get-go-version.outputs.go-version }} os: ${{ matrix.goos }} arch: ${{ matrix.goarch }} - reproducible: report + reproducible: nope clean: false instructions: |- cp LICENSE $TARGET_DIR/LICENSE.txt @@ -240,7 +240,7 @@ jobs: go_version: ${{ needs.get-go-version.outputs.go-version }} os: ${{ matrix.goos }} arch: ${{ matrix.goarch }} - reproducible: report + reproducible: nope clean: false instructions: |- cp LICENSE $TARGET_DIR/LICENSE.txt @@ -292,7 +292,7 @@ jobs: go_version: ${{ needs.get-go-version.outputs.go-version }} os: ${{ matrix.goos }} arch: ${{ matrix.goarch }} - reproducible: report + reproducible: nope clean: false instructions: |- cp LICENSE $TARGET_DIR/LICENSE.txt