This commit is contained in:
2025-10-21 11:05:23 +02:00
parent dc8b99379a
commit 08b30c602c

View File

@@ -18,9 +18,7 @@ jobs:
go-version: 1.24.5
- name: Build the executables
run:
- go build
- mv io-exporter io-exporter-amd64-linux-${{ github.ref_name}}
run: go build -o io-exporter-amd64-linux-${{ github.ref_name}}
- name: Upload the binaries
uses: svenstaro/upload-release-action@v2