Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi authored Sep 1, 2024
1 parent e1d8465 commit e009071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ jobs:
sleep 5
ls -R dist
sleep 1
chmod +x dist/linux-unpacked/LosslessCut
npx tsx script/e2e.mts 'dist/linux-unpacked/LosslessCut' ':0.0+0,0' screenshot.jpeg
chmod +x dist/linux-unpacked/losslesscut
npx tsx script/e2e.mts 'dist/linux-unpacked/losslesscut' ':0.0+0,0' screenshot.jpeg
if: startsWith(matrix.os, 'ubuntu')
- name: (MacOS) Upload to Mac App Store
Expand Down

0 comments on commit e009071

Please sign in to comment.