Skip to content

Commit

Permalink
Fix typo windows-installers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 authored Jul 2, 2024
1 parent 6eb14dc commit bc4ed81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: actions/cache/save@v4
with:
path: ${{ github.workspace }}/mingw-x64-bin/
path: ${{ github.workspace }}/mingw-x64-bin
key: mingw-x64-bin-r-${{ github.sha }}
Build_Windows_Installer:
permissions:
Expand Down

0 comments on commit bc4ed81

Please sign in to comment.