From 81a7859c30a8aaf5d7d1fd238054180f64974ab1 Mon Sep 17 00:00:00 2001 From: Pythagodzilla Date: Fri, 9 Jan 2026 00:55:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=BF=E5=A4=A7=E4=BA=86=E8=87=AA=E5=B7=B1?= =?UTF-8?q?=E4=BC=9A=E5=88=A0=EF=BC=8C=E5=85=88=E8=AE=A9=E6=88=91=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b9a893..89303ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,5 +8,8 @@ jobs: hello_world: runs-on: ubuntu-latest steps: - - name: Hello World Action - run: echo "Hello, World!" \ No newline at end of file + - name: Checkout code + uses: actions/checkout@v4 + + - name: List files + run: ls -lh \ No newline at end of file