Skip to content

Fix Excel encoding (#12) #6

Fix Excel encoding (#12)

Fix Excel encoding (#12) #6

Workflow file for this run

name: Creating release assets
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release assets
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}