From 06179ba578b24a2153c64adae4c131aa7eeab098 Mon Sep 17 00:00:00 2001 From: b-s-code <89502375+b-s-code@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:24:42 +0800 Subject: [PATCH 1/4] Rectify gh action's effect on gh release page text. The description on the GitHub Release page for OpenMalaria was being overwritten with "OpenMalaria build for Windows". This text is meant to pertain to the whole release - for all platforms. --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8f9ed0449..eefaaaa1d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,7 +35,11 @@ artifacts: deploy: force_update: true provider: GitHub - description: "OpenMalaria build for Windows" + description: | + Release of OpenMalaria. + + Updates: https://github.com/SwissTPH/openmalaria/wiki/SchemaUpdateGuide + Changelog: https://github.com/SwissTPH/openmalaria/wiki/Changelog auth_token: secure: H6XDjpkpbS8cfYxfGwOwEDBQEuAqnIeDtnG3eHuqTf6gdOjge80AFM2h5iaqTLcw artifact: openMalaria-windows.zip From e33ccafd348111a7ecc5c519f97334c1b2585ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Cavelan?= Date: Thu, 14 Aug 2025 13:50:34 +0200 Subject: [PATCH 2/4] update release body and prevent appveyor overwrite --- .github/workflows/build-and-deploy.yml | 9 ++++++--- appveyor.yml | 5 ----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 652b1a055..aa7a679e5 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 eefaaaa1d..c869e55b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,11 +35,6 @@ artifacts: deploy: force_update: true provider: GitHub - description: | - Release of OpenMalaria. - - Updates: https://github.com/SwissTPH/openmalaria/wiki/SchemaUpdateGuide - Changelog: https://github.com/SwissTPH/openmalaria/wiki/Changelog auth_token: secure: H6XDjpkpbS8cfYxfGwOwEDBQEuAqnIeDtnG3eHuqTf6gdOjge80AFM2h5iaqTLcw artifact: openMalaria-windows.zip From 78f6b5b1da36e199dd76b4ac89d0910a938e294f Mon Sep 17 00:00:00 2001 From: b-s-code <89502375+b-s-code@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:01:25 +0800 Subject: [PATCH 3/4] Whitespace change just to trigger CI for testing release workflow. --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index aa7a679e5..c1a955ccb 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -111,8 +111,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - upload_url: ${{ needs.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps + upload_url: ${{ needs.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps asset_path: ./openMalaria-${{matrix.os}}.tar.gz asset_name: openMalaria-${{matrix.os}}.tar.gz asset_content_type: application/zip - \ No newline at end of file + From 028eb4bdd32b16dd9305973981461ab1adf310a5 Mon Sep 17 00:00:00 2001 From: b-s-code <89502375+b-s-code@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:19:42 +0800 Subject: [PATCH 4/4] Whitespace. --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index c1a955ccb..aa7a679e5 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -111,8 +111,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - upload_url: ${{ needs.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps + upload_url: ${{ needs.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps asset_path: ./openMalaria-${{matrix.os}}.tar.gz asset_name: openMalaria-${{matrix.os}}.tar.gz asset_content_type: application/zip - + \ No newline at end of file