mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-01-26 11:34:03 +00:00
fix(ci): typo in pipeline
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
run: |
|
||||
GOOS=${{ matrix.goos }} GOARCH=amd64 go build \
|
||||
-ldflags "-X main.Version=dev-$(date -u +%Y%m%d%H%M)" \
|
||||
-o gibidi-${{ matrix.goos }} \
|
||||
-o gibidify-${{ matrix.goos }} \
|
||||
.
|
||||
|
||||
- name: Upload artifact for ${{ matrix.goos }}
|
||||
|
||||
Reference in New Issue
Block a user