Skip to content

Commit

Permalink
Update 00-firstworkflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silabs-ThieuVu authored Nov 11, 2024
1 parent ba80197 commit a01fab9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/00-firstworkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ jobs:
run: |
echo "This job is running on Windows!"
type output\message.txt
ls -la
echo "Output folder"
dir output
move output\* ..
echo "List folder"
dir

0 comments on commit a01fab9

Please sign in to comment.