1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-27 15:26:56 +02:00

Zip exercise templates for translation build artifacts.

This commit is contained in:
Andrew Walbran 2023-04-05 12:04:54 +01:00
parent 6b7c7cbc73
commit ed4f5b64c4

View File

@ -132,6 +132,9 @@ jobs:
- name: Build course with ${{ matrix.language }} translation
run: mdbook build
- name: Zip exercise templates for ${{ matrix.language }} translation
run: cd book/exerciser && zip --recurse-paths ../html/exercises.zip exercise-templates/
- name: Upload ${{ matrix.language }} translation
uses: actions/upload-artifact@v3
with: