Skip to content

Commit 6231816

Browse files
committed
restore detailed text
1 parent aa63c23 commit 6231816

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/04-advanced-features--02-artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
steps:
1010
- name: Create artifact file
1111
run: |
12-
echo "This is stored as an artifact!" > artifact.txt
13-
echo "Generated on $(date)" >> artifact.txt
12+
echo "This will be stored as an artifact!" > artifact.txt
13+
echo "Generated by artifact-producer job on $(date)" >> artifact.txt
1414
1515
- name: Upload artifact
1616
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)