From 783e6bf234cd105289d0051d34a1985515136ede Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:04:44 +0200 Subject: [PATCH] [CI] define artifact filename --- .gitea/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index ace8ce2..25e90ca 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -24,4 +24,5 @@ jobs: uses: actions/upload-artifact@v3 with: path: test.txt + name: test.txt if-no-files-found: ignore