Skip to content

New Staging initialization option #33

New Staging initialization option

New Staging initialization option #33

# Zip up algorithms and add to the release
name: upload-algorithms
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Add algorithms to release
uses: softprops/action-gh-release@v1
with:
files: |
src/test/resources/algorithms/cs-*.zip
src/test/resources/algorithms/eod_public-*.zip
src/test/resources/algorithms/pediatric-*.zip
src/test/resources/algorithms/tnm-*.zip