Skip to content

Commit

Permalink
Fix typo. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Jul 30, 2021
1 parent ced51e6 commit d5ae97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5ae97a

Please sign in to comment.