Skip to content

Commit

Permalink
Fix build if translations are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
programming-wolf committed Nov 16, 2020
1 parent 709b752 commit a7b2c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_releasecandidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
rm -rf ./build/tmp
cp ./docs-ext/curriculum-*.pdf ./build
cp ./docs-ext/curriculum-*.pdf ./build 2>/dev/null || :
zip -r release.zip ./build
- name: Upload Release Files
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit a7b2c7e

Please sign in to comment.