Skip to content

Added pkg-config to Dockerfile (for wfmash) #11

Added pkg-config to Dockerfile (for wfmash)

Added pkg-config to Dockerfile (for wfmash) #11

Workflow file for this run

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

Check failure on line 8 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 8
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ViralMSA.py
asset_name: ViralMSA.py
tag: ${{ github.ref }}
overwrite: true