diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c948af40..49e11c5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,13 +52,13 @@ jobs: uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: node_exporter - path: node_exporter + path: .build/${GOOS}-${GOARCH}/node_exporter retention-days: 14 # 90 is the default - name: Upload Go Binary Checksum uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: node_exporter.sha256sum - path: node_exporter.sha256sum + path: .build/${GOOS}-${GOARCH}/node_exporter.sha256sum retention-days: 14 # 90 is the default - name: Setup Docker uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0