Skip to content

Commit

Permalink
Compress log file before uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
oskari1 committed Aug 31, 2023
1 parent dfec5c4 commit 781b611
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/z3_trace_log_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,17 @@ jobs:
# name: z3_trace_log
# path: /home/runner/work/Axiom-Profiler/small_forall_example.lo

- name: Run a multi-line script
- name: Run Z3 Solver
id: run_script
run: |
pwd
echo "$(ls)"
cd smt-problems
z3 trace=true proof=true trace-file-name=small_forall_example.log ./small_forall_example.smt2
gzip small_forall_example.log
echo "$(ls)"
echo "::set-output name=log_path::$(realpath small_forall_example.log)"
echo "::set-output name=log_path::$(realpath small_forall_example.log.gz)"
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 781b611

Please sign in to comment.