Skip to content

Commit c4ad7d8

Browse files
ljagielagreatertomi
authored andcommitted
test: update dist location for e2e workflow
1 parent 79cdaaf commit c4ad7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests-linux-split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
run: |
163163
ART_ID=$(curl "https://api.github.com/repos/input-output-hk/lace/actions/artifacts?name=${{ env.BUILD_ARTIFACT_NAME }}" | jq -r .artifacts[0].id)
164164
curl -v -o build_artifact.zip --location "https://api.github.com/repos/input-output-hk/lace/actions/artifacts/${ART_ID}/zip" -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"
165-
unzip build_artifact.zip -d ./v1/apps/browser-extension-wallet/dist
165+
unzip build_artifact.zip -d ./dist
166166
echo "Build artifact found and downloaded"
167167
168168
- name: Setup Firefox Developer Edition

0 commit comments

Comments
 (0)