-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed path of logs dir in action and removed a smt file
- Loading branch information
Showing
2 changed files
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file was deleted.
Oops, something went wrong.