We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cdaaf commit c4ad7d8Copy full SHA for c4ad7d8
.github/workflows/e2e-tests-linux-split.yml
@@ -162,7 +162,7 @@ jobs:
162
run: |
163
ART_ID=$(curl "https://api.github.com/repos/input-output-hk/lace/actions/artifacts?name=${{ env.BUILD_ARTIFACT_NAME }}" | jq -r .artifacts[0].id)
164
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
+ unzip build_artifact.zip -d ./dist
166
echo "Build artifact found and downloaded"
167
168
- name: Setup Firefox Developer Edition
0 commit comments