Skip to content

Commit

Permalink
Fix ref [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Jul 30, 2021
1 parent d4945fa commit 846e26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: actions/checkout@v2
with:
ref: refs/tags/${{ github.event.inputs.input-tag }}
ref: ${{ github.event.inputs.input-tag }}

- name: Restore build cache
uses: actions/cache@v2
Expand Down

0 comments on commit 846e26a

Please sign in to comment.