Skip to content

ViralMSA v1.1.40

ViralMSA v1.1.40 #19

Workflow file for this run

name: Attach ViralMSA.py to release
on:
release:
types: [published]
jobs:
attach_py:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- 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