更新 .gitea/workflows/github-actions-demo.yml
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 1m26s
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 1m26s
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
- run: mkdir -p artifact
|
||||
- run: echo hello > artifact/world.txt
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: my-artifact
|
||||
path: artifact/world.txt
|
||||
|
||||
Reference in New Issue
Block a user