Skip to content

Commit

Permalink
Add LANGUAGES=all to windows experimental release build (#48763)
Browse files Browse the repository at this point in the history
  • Loading branch information
reasonablytall authored and Coolthulhu committed Jun 19, 2021
1 parent 7a77819 commit 902d362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
commit url: https://github.com/${{ github.repository }}/commit/${{ github.sha }}
EOL
make -j$((`nproc`+0)) CROSS="${PLATFORM}" TILES=1 SOUND=1 RELEASE=1 LOCALIZE=1 BACKTRACE=0 PCH=0 bindist
make -j$((`nproc`+0)) CROSS="${PLATFORM}" TILES=1 SOUND=1 RELEASE=1 LOCALIZE=1 LANGUAGES=all BACKTRACE=0 PCH=0 bindist
mv cataclysmdda-0.E.zip cdda-${{ matrix.artifact }}-b${{ github.run_number }}.zip
- name: Upload release asset
id: upload-release-asset
Expand Down

0 comments on commit 902d362

Please sign in to comment.