mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-04-06 19:03:07 +00:00
moves output path
This commit is contained in:
parent
fc0e392be2
commit
f43fef4743
2
.github/workflows/trace-contract.yaml
vendored
2
.github/workflows/trace-contract.yaml
vendored
@ -38,6 +38,6 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: contract-trace
|
||||
path: /tmp/*
|
||||
path: /output/*
|
||||
if-no-files-found: error
|
||||
retention-days: 7
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
|
||||
public string GetOuputFolder()
|
||||
{
|
||||
return GetEnvVar("OUTPUT_FOLDER", "/tmp");
|
||||
return GetEnvVar("OUTPUT_FOLDER", "/output");
|
||||
}
|
||||
|
||||
private string GetEnvVar(string name, string defaultValue)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user