Fix update of latest tag (#13)

This commit is contained in:
Joel Challis
2026-01-11 07:33:19 +11:00
committed by GitHub
parent 2136ded0cd
commit 751ed07ce3
@@ -19,6 +19,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-tags: true
- name: Download binaries
if: always() && !cancelled()
uses: actions/download-artifact@v4