Skip to content

Add convert command for converting encodings of CSV #9

Add convert command for converting encodings of CSV

Add convert command for converting encodings of CSV #9

Workflow file for this run

name: Release latest tag
on:
create:
tags:
- v*
pull_request:
branches:
- "main"
permissions:
contents: write
jobs:
release:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # To use `git describe --tags`
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Setup Task
uses: arduino/setup-task@v2
- name: Build and package
run: task build-all
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
result/*.tar.gz