mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-03-12 13:00:17 +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: |
|
run: |
|
||||||
GOOS=${{ matrix.goos }} GOARCH=amd64 go build \
|
GOOS=${{ matrix.goos }} GOARCH=amd64 go build \
|
||||||
-ldflags "-X main.Version=dev-$(date -u +%Y%m%d%H%M)" \
|
-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 }}
|
- name: Upload artifact for ${{ matrix.goos }}
|
||||||
|
|||||||
Reference in New Issue
Block a user