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

Commit ac1dc5f

Browse files
committed
Fix Env Output
1 parent 58de4fe commit ac1dc5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
path: artifacts
124124

125125
- name: 🗃️ Descomprimir artefacto
126-
run: unzip -O UTF-8 -qq "artifacts/${{ needs.build.outputs.artifact }}" -d dir
126+
run: unzip -O UTF-8 -qq "artifacts/${{ needs.construir.outputs.artifact }}" -d dir
127127

128128
- name: 🔎 Configurar IndexNow
129129
run: echo ${{ secrets.INDEXNOW_KEY }} > dir/${{ secrets.INDEXNOW_KEY }}.txt
@@ -165,7 +165,7 @@ jobs:
165165
name: docs
166166
path: artifacts
167167
- name: 🗃️ Descomprimir artefacto
168-
run: unzip -O UTF-8 -qq "artifacts/${{ needs.build.outputs.algolia_artifact }}" -d algolia-indexes
168+
run: unzip -O UTF-8 -qq "artifacts/${{ needs.construir.outputs.algolia_artifact }}" -d algolia-indexes
169169
- name: 🆙 Update Algolia Index
170170
run: |
171171
if [ -z "${{ secrets.ALGOLIA_KEY }}" ]; then

0 commit comments

Comments
 (0)