Skip to content

Commit 3950cde

Browse files
committed
Fix artifact names
1 parent de4c2d5 commit 3950cde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ env:
1818
ARTIFACT: webHelpTL2-all.zip
1919
# Writerside docker image version
2020
DOCKER_VERSION: '242.21870'
21-
ALGOLIA_ARTIFACT: 'algolia-indexes-HI.zip'
21+
ALGOLIA_ARTIFACT: 'algolia-indexes-TL.zip'
2222
ALGOLIA_APP_NAME: 'CZXH99BXN1'
2323
ALGOLIA_INDEX_NAME: 'Writerside'
2424
ALGOLIA_KEY: '${{ secrets.ALGOLIA_KEY }}'
25-
CONFIG_JSON_PRODUCT: 'HI'
25+
CONFIG_JSON_PRODUCT: 'TL'
2626
CONFIG_JSON_VERSION: '1.0'
2727

2828
jobs:
@@ -46,6 +46,7 @@ jobs:
4646
name: docs
4747
path: |
4848
artifacts/${{ env.ARTIFACT }}
49+
artifacts/report.html
4950
artifacts/report.json
5051
artifacts/${{ env.ALGOLIA_ARTIFACT }}
5152
retention-days: 7

0 commit comments

Comments
 (0)