Skip to content

Attach ViralMSA.py to release #12

Attach ViralMSA.py to release

Attach ViralMSA.py to release #12

Workflow file for this run

name: Attach ViralMSA.py to release
on:
release:
types: [published]
jobs:
attach_py:
runs-on: ubuntu-latest
steps:
- name: Upload ViralMSA.py to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ViralMSA.py
asset_name: ViralMSA.py
tag: ${{ github.ref }}
overwrite: true