From d5ae97a9e25aca527728af80a25f3028d3ffc011 Mon Sep 17 00:00:00 2001 From: Marcel Taeumel Date: Fri, 30 Jul 2021 13:39:09 +0200 Subject: [PATCH] Fix typo. [ci skip] --- .github/workflows/win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 863c2c6da4..ae645924e8 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -71,7 +71,7 @@ jobs: if: github.event_name == 'workflow_dispatch' uses: actions/checkout@v2 with: - ref: refs/tags${{ github.event.inputs.tag }} + ref: refs/tags/${{ github.event.inputs.tag }} - name: Restore build cache uses: actions/cache@v2