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