mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-02 13:33:07 +00:00
ci(trace-contracts): fix output folder
This commit is contained in:
parent
cf50371dfc
commit
b977092936
4
.github/workflows/trace-contract.yaml
vendored
4
.github/workflows/trace-contract.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user