Skip to content

Commit 306e2c6

Browse files
committed
Merge remote-tracking branch 'origin/ci/fix-trace-contracts'
2 parents f2e0794 + b977092 commit 306e2c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trace-contract.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
SOURCE: ${{ format('{0}/{1}', github.server_url, github.repository) }}
1313
BRANCH: ${{ github.ref_name }}
14-
OUTPUT_FOLDER: "~/output"
14+
OUTPUT_FOLDER: output
1515
ES_USERNAME: ${{ secrets.ES_USERNAME }}
1616
ES_PASSWORD: ${{ secrets.ES_PASSWORD }}
1717
ES_HOST: ${{ secrets.ES_HOST }}
@@ -38,6 +38,6 @@ jobs:
3838
uses: actions/upload-artifact@v4
3939
with:
4040
name: contract-trace
41-
path: ~/output/*
41+
path: ${{ env.OUTPUT_FOLDER }}/
4242
if-no-files-found: error
4343
retention-days: 7

0 commit comments

Comments
 (0)