This pipeline performs: Add 3 + 7 โ ร 9 โ Print Result
job_1: echo $((3 + 7)) โ math-homework.txt
job_2: cat math-homework.txt โ value ร 9 โ new math-homework.txt
job_3: cat math-homework.txt โ print "๐ง The result is: $value"
Generated on ubuntu
, macOS
, and windows
upload: echo "hello from ${{ matrix.os }}" > file-${{ matrix.os }}.txt
download: download artifacts โ merged into /my-artifacts/