From e9e86ef8652d6853b349309b87bd54389ed043c1 Mon Sep 17 00:00:00 2001 From: Pierre Villemot Date: Thu, 2 Nov 2023 18:15:25 +0100 Subject: [PATCH] Use the latest tag on the branch in the tarball --- .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 b35a1c7203..ca8d2e5972 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,5 +37,5 @@ jobs: - name: Upload the artefact uses: actions/upload-artifact@v3 with: - name: distribution archive + name: alt-ergo-${{github.ref_name}}.tbz path: _build/alt-ergo-*.tbz