diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index eca4d97a..9e1ebf37 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -28,10 +28,13 @@ jobs: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} body: | - Release of OpenMalaria. + Release of OpenMalaria. - Updates: https://github.com/SwissTPH/openmalaria/wiki/SchemaUpdateGuide - Changelog: https://github.com/SwissTPH/openmalaria/wiki/Changelog + Docker images: https://hub.docker.com/r/swisstph/openmalaria/tags + How to update XML files: https://github.com/SwissTPH/openmalaria/wiki/SchemaUpdateGuide + Changelog: https://github.com/SwissTPH/openmalaria/wiki/Changelog + Example scenario: https://github.com/SwissTPH/openmalaria/blob/${{ github.ref_name }}/util/example/example_scenario.xml + XSD documentation: https://swisstph.github.io/openmalaria/${{ github.ref_name }}.html draft: false prerelease: false diff --git a/appveyor.yml b/appveyor.yml index 8f9ed044..c869e55b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,7 +35,6 @@ artifacts: deploy: force_update: true provider: GitHub - description: "OpenMalaria build for Windows" auth_token: secure: H6XDjpkpbS8cfYxfGwOwEDBQEuAqnIeDtnG3eHuqTf6gdOjge80AFM2h5iaqTLcw artifact: openMalaria-windows.zip