From 51cb9c30912344f0cce23bba8075fdc50c15dec9 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Tue, 12 Aug 2025 15:29:06 +0200 Subject: [PATCH] the latest tag is called release-3.12, use it here --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f113e0d..6c547b54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@1.1.1 with: repo: 'GrammaticalFramework/gf-core' - version: 'tags/${{ env.GF_VERSION }}' + version: 'tags/release-${{ env.GF_VERSION }}' file: 'gf-${{ env.GF_VERSION }}-ubuntu-24.04.deb' token: ${{ secrets.GITHUB_TOKEN }}