Remove remainders of the bwa wrapper (introduced back after upstream … #11
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: release | |
on: | |
push: | |
tags: | |
- '*' | |
jobs: | |
build: | |
runs-on: ubuntu-24.04-arm | |
permissions: | |
contents: write | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Maven without tests (rely on upstream testing for now) | |
run: mvn clean install -DskipTests | |
- uses: ncipollo/release-action@v1 | |
with: | |
artifacts: "esvee/target/*.jar,hmf-common/target/*.jar" |