Skip to content

Update README.md

Update README.md #5

Workflow file for this run

name: Attach ViralMSA.py to release
on:
release:
types:
- created
jobs:
attach_py:
runs-on: ubuntu-latest
- name: Upload ViralMSA.py to release

Check failure on line 9 in .github/workflows/attach_py.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/attach_py.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ViralMSA.py
asset_name: ViralMSA.py
tag: ${{ github.ref }}
overwrite: true