更新 .gitea/workflows/github-actions-demo.yml
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 1m26s

This commit is contained in:
2025-05-18 08:13:19 +00:00
parent e4a79653a8
commit 41ad97b671

View File

@@ -18,7 +18,7 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- run: mkdir -p artifact - run: mkdir -p artifact
- run: echo hello > artifact/world.txt - run: echo hello > artifact/world.txt
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v3
with: with:
name: my-artifact name: my-artifact
path: artifact/world.txt path: artifact/world.txt