Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ artifacts:
deploy:
force_update: true
provider: GitHub
description: "OpenMalaria build for Windows"
auth_token:
secure: H6XDjpkpbS8cfYxfGwOwEDBQEuAqnIeDtnG3eHuqTf6gdOjge80AFM2h5iaqTLcw
artifact: openMalaria-windows.zip
Expand Down
Loading