Skip to content

fileformats:* - change minimum binary size to 512 bytes #4

fileformats:* - change minimum binary size to 512 bytes

fileformats:* - change minimum binary size to 512 bytes #4

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*.*.*'
jobs:
wheel:
name: Release Files
runs-on: ubuntu-latest
outputs:
tag: ${{ steps.tag.outputs.tag }}
steps:
- uses: actions/checkout@v4
- name: Get Tag
id: tag
run: echo "tag=$(git tag -l --sort=-version:refname | head -1)" >> "$GITHUB_OUTPUT"
- name: Create Release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ steps.tag.outputs.tag }}
name: ${{ steps.tag.outputs.tag }}
files: |
fileformats.yml
custom_signatures.json