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 6b076ba commit e315a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00-firstworkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Create output
run: |
echo "This job is running on Ubuntu!"
mkdir output
mkdir -p output/test1/test2
echo "Hello from Job 1" > output/message.txt
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e315a9c

Please sign in to comment.