mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-16 12:01:00 +01:00
fix yaml
This commit is contained in:
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user