更新 .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: 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
|
||||||
|
|||||||
Reference in New Issue
Block a user