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 c453ec5 commit 8fa64f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/00-firstworkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: |
echo "This job is running on Ubuntu!"
mkdir -p ${{ github.workspace }}/output/child_folder1/test2
echo "Hello from Job 1" > output/message.txt
echo "Hello from Job 1" > output/child_folder1/test2/message.txt
ls -R
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -123,8 +123,8 @@ jobs:
dir
type job1-output\message.txt
echo "Output folder"
dir job1-output
move job1-output\* ..
dir child_folder1
move child_folder1\* ..
echo "List folder"
dir
Expand Down

0 comments on commit 8fa64f5

Please sign in to comment.