the latest tag is called release-3.12, use it here

This commit is contained in:
Inari Listenmaa
2025-08-12 15:29:06 +02:00
committed by GitHub
parent b84cbcfc28
commit 51cb9c3091

View File

@@ -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 }}