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 20acaca commit 7b75eef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/00-firstworkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
echo "This job is running on Ubuntu!"
mkdir output
echo "Hello from Job 1" > output/message.txt
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: job1-output
path: output
job2:
runs-on: windows-latest
needs: job1
Expand Down

0 comments on commit 7b75eef

Please sign in to comment.