ci(trace-contracts): fix output folder

This commit is contained in:
Slava 2025-05-22 11:32:14 +03:00 committed by GitHub
parent cf50371dfc
commit b977092936
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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