Remove tarball from report artifacts
All checks were successful
ci / docker-build-and-test (pull_request) Successful in 3m14s
All checks were successful
ci / docker-build-and-test (pull_request) Successful in 3m14s
This commit is contained in:
@@ -46,8 +46,7 @@ jobs:
|
|||||||
staging="reports-${{github.run_number}}"
|
staging="reports-${{github.run_number}}"
|
||||||
mkdir -p "$staging"
|
mkdir -p "$staging"
|
||||||
cp -r tests/unittest/build/artifacts/gcov "$staging"
|
cp -r tests/unittest/build/artifacts/gcov "$staging"
|
||||||
tar czf "$staging.tar.gz" "$staging"
|
echo "ASSET=$staging" >> $GITHUB_ENV
|
||||||
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
|
|
||||||
-
|
-
|
||||||
name: Archive artifacts
|
name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user