Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit e13a050

Browse files
committed
Update LiteCommands version
1 parent 7cb6ac4 commit e13a050

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
ARTIFACT: webHelpLITECOMMANDS2-all.zip
1818
# Docker image version
1919
DOCKER_VERSION: 241.15989
20+
ALGOLIA_ARTIFACT: 'algolia-indexes-HI.zip'
2021
ALGOLIA_APP_NAME: 'AA5N7A7U42'
2122
ALGOLIA_INDEX_NAME: 'litecommands'
2223
ALGOLIA_KEY: '${{ secrets.ALGOLIA_KEY }}'
@@ -107,7 +108,7 @@ jobs:
107108
name: docs
108109
- name: Unzip artifact
109110
run: |
110-
unzip -O UTF-8 -qq '${{ env.ARTIFACT }}' -d algolia-indexes
111+
unzip -O UTF-8 -qq '${{ env.ALGOLIA_ARTIFACT }}' -d algolia-indexes
111112
env algolia-key='${{env.ALGOLIA_KEY}}' java -jar /opt/builder/help-publication-agent.jar \
112113
update-index \
113114
--application-name '${{env.ALGOLIA_APP_NAME}}' \

Writerside/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<vars>
44
<var name="product" value="LiteCommands"/>
55
<var name="latest_version"
6-
value="3.2.0"
6+
value="3.4.1"
77
/>
88
</vars>

0 commit comments

Comments
 (0)