Skip to content

Commit

Permalink
add unix path
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Feb 27, 2021
1 parent 2aa6c2d commit 3b6208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{github.workspace}}\build\MKPlugins-${{runner.os}}.zip
file: ${{github.workspace}}/build/MKPlugins-${{runner.os}}.zip
asset_name: MKPlugins-${{runner.os}}.zip
tag: ${{ github.ref }}

0 comments on commit 3b6208c

Please sign in to comment.