We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa63c23 commit 6231816Copy full SHA for 6231816
1 file changed
.github/workflows/04-advanced-features--02-artifacts.yaml
@@ -9,8 +9,8 @@ jobs:
9
steps:
10
- name: Create artifact file
11
run: |
12
- echo "This is stored as an artifact!" > artifact.txt
13
- echo "Generated on $(date)" >> artifact.txt
+ echo "This will be stored as an artifact!" > artifact.txt
+ echo "Generated by artifact-producer job on $(date)" >> artifact.txt
14
15
- name: Upload artifact
16
uses: actions/upload-artifact@v4
0 commit comments