From eec34b0a94085f93381846127c48b25d9f826619 Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 22 Sep 2024 13:51:14 +0200 Subject: [PATCH] Update .gitea/workflows/gitea.yaml --- .gitea/workflows/gitea.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea.yaml b/.gitea/workflows/gitea.yaml index 08eb573..00e4149 100644 --- a/.gitea/workflows/gitea.yaml +++ b/.gitea/workflows/gitea.yaml @@ -8,7 +8,7 @@ jobs: runs-on: node steps: - name: Initialization - run: mkdir /app && cd /app + run: mkdir /app && cd /app && touch hello.txt - name: Check out repository code uses: actions/checkout@v4 - name: Download dependencies @@ -18,6 +18,8 @@ jobs: - name: Build run: | echo "Building application." + ls -la / + ls -la /app - name: Upload application artifact uses: actions/upload-artifact@v2