Skip to content

Commit

Permalink
ignore if dir does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
rebinf committed Oct 27, 2023
1 parent d9ec0ca commit f8e39cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: cp -R ./ffmpeg/ffmpeg-master-latest-win64-gpl-shared/bin/ ./src/QuranVideoMaker/bin/Release/net8.0-windows/win-x64/publish/ffmpeg/

- name: delete locales directory
run: rm ./src/QuranVideoMaker/bin/Release/net8.0-windows/win-x64/publish/libraries/locales -r
run: rm -f ./src/QuranVideoMaker/bin/Release/net8.0-windows/win-x64/publish/libraries/locales -r

- name: zip release
run: |
Expand Down

0 comments on commit f8e39cc

Please sign in to comment.