diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a884b449..87c8a6ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,6 +69,9 @@ jobs: - name: Build RMG (Portable) run: ./Source/Script/Build.sh Release shell: msys2 {0} + - name: Download Styles + run: ./Source/Script/DownloadStyles.sh + shell: msys2 {0} - name: Create Installer run: .\Build\Release\Source\Installer\CreateInstaller.bat - name: Upload RMG (Portable)