Skip to content

Commit f5f5c1b

Browse files
committed
Ensures that production translations get uploaded too
1 parent 06b8870 commit f5f5c1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- run: make all
3636
env:
3737
DEST_DIR: ${{ runner.temp }}/${{ env.CDN_SHEETS_FOLDER }}
38+
- run: find ${{ env.DEST_DIR }} -maxdepth 1 -type d -exec sh -c 'cp -R --verbose "$(basename "{}")/translations" "{}/"' 2>/dev/null \;
39+
env:
40+
DEST_DIR: ${{ runner.temp }}/${{ env.CDN_SHEETS_FOLDER }}
3841
- run: gcloud storage rsync --project=roll20-actual ${{ runner.temp }}/${{ env.CDN_SHEETS_FOLDER }} gs://roll20-cdn/${{ env.CDN_SHEETS_FOLDER }} --delete-unmatched-destination-objects --cache-control='no-cache' --recursive
3942
env:
4043
DEST_DIR: ${{ runner.temp }}/${{ env.CDN_SHEETS_FOLDER }}

0 commit comments

Comments
 (0)