From 121b28f1f94e688aa34669e5993881dab239c14f Mon Sep 17 00:00:00 2001 From: Jan-Willem <56190178+jhmgoossens@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:35:55 +0200 Subject: [PATCH] Update windows-ci.yml update action --- .github/workflows/windows-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 8848c18..ec560af 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -121,7 +121,7 @@ jobs: - name: Update latest release if: ${{ github.ref_name == 'master' }} - uses: IsaacShelton/update-existing-release@v1.3.2 + uses: IsaacShelton/update-existing-release@v1 with: release: Sonnet-latest tag: latest @@ -135,7 +135,7 @@ jobs: The Sonnet latest builds use the latest code in the [master branch of Cbc](https://github.com/coin-or/cbc) and its dependencies. The Sonnet latest builds are created automatically at every successful build following a commit to the master branch. - Use the S${{ env.release_name }}-src.zip to get all sources of Sonnet, Cbc and dependencies. + Use the ${{ env.release_name }}-src.zip to get all sources of Sonnet, Cbc and dependencies. Do not use the 'Source code' assets because it only contains the sources of Sonnet. token: ${{ secrets.GITHUB_TOKEN }} files: |