Merge remote-tracking branch 'origin/ci/fix-trace-contracts'

This commit is contained in:
Ben 2025-05-22 10:45:42 +02:00
commit 306e2c6583
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -11,7 +11,7 @@ on:
env:
SOURCE: ${{ format('{0}/{1}', github.server_url, github.repository) }}
BRANCH: ${{ github.ref_name }}
OUTPUT_FOLDER: "~/output"
OUTPUT_FOLDER: output
ES_USERNAME: ${{ secrets.ES_USERNAME }}
ES_PASSWORD: ${{ secrets.ES_PASSWORD }}
ES_HOST: ${{ secrets.ES_HOST }}
@ -38,6 +38,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: contract-trace
path: ~/output/*
path: ${{ env.OUTPUT_FOLDER }}/
if-no-files-found: error
retention-days: 7