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

Commit 763e402

Browse files
committed
Rename zip artifact
1 parent c08f991 commit 763e402

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ env:
1717
ARTIFACT: webHelpLITECOMMANDS2-all.zip
1818
# Docker image version
1919
DOCKER_VERSION: 241.15989
20-
ALGOLIA_ARTIFACT: 'algolia-indexes-LITECOMMANDS.zip'
2120
ALGOLIA_APP_NAME: 'AA5N7A7U42'
2221
ALGOLIA_INDEX_NAME: 'litecommands'
2322
ALGOLIA_KEY: '${{ secrets.ALGOLIA_KEY }}'
@@ -90,7 +89,7 @@ jobs:
9089
name: docs
9190
- name: Unzip artifact
9291
run: |
93-
unzip -O UTF-8 -qq '${{ env.ALGOLIA_ARTIFACT }}' -d algolia-indexes
92+
unzip -O UTF-8 -qq '${{ env.ARTIFACT }}' -d algolia-indexes
9493
env algolia-key='${{env.ALGOLIA_KEY}}' java -jar /opt/builder/help-publication-agent.jar \
9594
update-index \
9695
--application-name '${{env.ALGOLIA_APP_NAME}}' \

0 commit comments

Comments
 (0)