Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
IZOBRETATEL777 committed Jan 4, 2022
1 parent 9772d6b commit 80304ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.os == 'windows-latest'
uses: softprops/action-gh-release@v1
with:
files: ${{ github.workspace }}\bin\Yaml2Prop.exe
files: ${{ github.workspace }}\bin\Release\Yaml2Prop.exe
name: YAML2Prop ${{steps.get_version.outputs.VERSION}}
draft: false
env:
Expand Down

0 comments on commit 80304ca

Please sign in to comment.