Skip to content

Commit

Permalink
Fixed path of logs dir in action and removed a smt file
Browse files Browse the repository at this point in the history
  • Loading branch information
oskari1 committed Aug 31, 2023
1 parent 415e449 commit eb1a440
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/z3_trace_log_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
gzip -c "$file" > "$logs/${base_name}.log.gz"
echo "Compressed $file and saved to $logs/${base_name}.log.gz"
done
echo "::set-output name=logs_path::$(readlink --canonicalize logs)"
echo "::set-output name=logs_path::$(realpath logs)"
- name: Upload Build Artifacts
uses: actions/[email protected]
Expand Down
6 changes: 0 additions & 6 deletions smt-problems/small_forall_example copy.smt2

This file was deleted.

0 comments on commit eb1a440

Please sign in to comment.