Skip to content

telemetry: do not return an error when identify hash file is malformed #229

telemetry: do not return an error when identify hash file is malformed

telemetry: do not return an error when identify hash file is malformed #229

name: Build Windows chocolatey
on:
push:
branches:
- "main"
pull_request: {}
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- windows-2022
go:
- '1.20'
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Build the chocolatey package
shell: powershell
run: make choco
- name: Upload nupkg artifact
uses: actions/upload-artifact@v4
with:
name: crc-chocolatey-nupkg
path: "./packaging/chocolatey/crc/*.nupkg"