Skip to content

Commit

Permalink
test(extension): try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Jul 15, 2024
1 parent 5c402fb commit 99f97bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/shared/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ runs:
id: check-build-exists
run: |
ART_ID=$(curl -H "Authorization: Bearer ${{ inputs.GITHUB_TOKEN }}" https://api.github.com/repos/input-output-hk/lace/actions/artifacts?name=lace-build-${{ github.sha }} | jq -r .artifacts[0].id)
echo "ART_ID1: $ART_ID1"
if [ "$ART_ID" == "null" ]; then
echo "No Lace build artifact found, will build it now"
echo "build_exists=false" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -107,3 +106,4 @@ runs:
with:
name: lace-build-${{ github.sha }}
path: ./apps/browser-extension-wallet/dist
overwrite: true

0 comments on commit 99f97bc

Please sign in to comment.