Skip to content

Commit

Permalink
[workflow] fix exe output path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwillow committed Dec 25, 2024
1 parent aa87add commit 348830a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
cd ${{github.workspace}}/scripts
python extract_change_log.py --tag=${{github.ref_name}}
cd ${{github.workspace}}/build/Release
cd ${{github.workspace}}/build/src/SmartCharsetConverter/Release
mv SmartCharsetConverter.exe 'SmartCharsetConverter ${{github.ref_name}}.exe'
Compress-Archive -Path 'SmartCharsetConverter ${{github.ref_name}}.exe' -DestinationPath 'SmartCharsetConverter ${{github.ref_name}}.zip'
Expand All @@ -68,4 +68,4 @@ jobs:
draft: true
body_path: ./build/CHANGELOG.txt
files: |
./build/Release/SmartCharsetConverter ${{github.ref_name}}.zip
./build/src/SmartCharsetConverter/Release/SmartCharsetConverter ${{github.ref_name}}.zip

0 comments on commit 348830a

Please sign in to comment.