Skip to content

Commit

Permalink
Fix for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Nov 11, 2024
1 parent 1f84b8a commit f08af8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ jobs:
- name: Compress with UPX
if: matrix.runs-on != 'macos-13' && matrix.runs-on != 'macos-14'
run: upx -f --best -9 dist/*
- if: matrix.runs-on == 'windows-latest'
run: |
mv dist/md2po.exe dist/md2po
mv dist/po2md.exe dist/po2md
mv dist/md2po2md.exe dist/md2po2md
mv dist/mdpo2html.exe dist/mdpo2html
- name: Prepare upload
run: |
mv dist/md2po dist/md2po-${{ matrix.runs-on }}
Expand Down

0 comments on commit f08af8f

Please sign in to comment.