Skip to content

Update Proficiency 0.5.13 #120

Update Proficiency 0.5.13

Update Proficiency 0.5.13 #120

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@v3
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@v1
with:
files: worddumb-*.zip