Skip to content

Fix paths in release commands #2

Fix paths in release commands

Fix paths in release commands #2

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
-
name: Build
run: go build ./cmd/exporter