Skip to content

Update rapidfuzz 3.9.4 #126

Update rapidfuzz 3.9.4

Update rapidfuzz 3.9.4 #126

Workflow file for this run

name: Create Release
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: dawidd6/action-download-artifact@v6
with:
workflow: tests.yml
skip_unpack: true
commit: ${{ github.sha }}
- name: Rename zip file
run: mv worddumb-*.zip worddumb-${GITHUB_REF_NAME}.zip
- uses: softprops/action-gh-release@v2
with:
files: worddumb-*.zip