We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b8870 commit f5f5c1bCopy full SHA for f5f5c1b
.github/workflows/release.yml
@@ -35,6 +35,9 @@ jobs:
35
- run: make all
36
env:
37
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 }}
41
- 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
42
43
0 commit comments