From 03b05d52c284df96eb911e9a9a080555124ed7b9 Mon Sep 17 00:00:00 2001 From: Paul Baksic Date: Thu, 28 Mar 2024 23:07:26 +0100 Subject: [PATCH] Fix tag release publish --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ca0dc6..3b068a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: name: ${{ github.ref_name }} tag_name: release-${{ github.ref_name }} fail_on_unmatched_files: false - target_commitish: ${{ github.ref_name }} + target_commitish: ${{ github.sha }} files: | artifacts/ModelOrderReduction_*_Linux.zip artifacts/ModelOrderReduction_*_Windows.zip