From c435ca1a33158ae572a35a9fa3be826ed3daf3a5 Mon Sep 17 00:00:00 2001 From: NekoMio Date: Sun, 18 May 2025 08:01:29 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/github-ac?= =?UTF-8?q?tions-demo.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/github-actions-demo.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/github-actions-demo.yml b/.gitea/workflows/github-actions-demo.yml index 9968099..cb202c3 100644 --- a/.gitea/workflows/github-actions-demo.yml +++ b/.gitea/workflows/github-actions-demo.yml @@ -16,3 +16,9 @@ jobs: run: | ls ${{ github.workspace }} - 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