From d30e511e624ad70070f388e29446504caa4a10bf Mon Sep 17 00:00:00 2001 From: mr-boneman Date: Fri, 31 May 2024 11:34:48 +0200 Subject: [PATCH] upload artifact --- .forgejo/workflows/test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index dcee168..6144754 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -15,4 +15,8 @@ jobs: - name: build with nimble run: nimble build - name: run rpmtest - run: ./rpmtest \ No newline at end of file + run: ./rpmtest + - uses: https://code.forgejo.org/actions/upload-artifact@v3 + with: + name: rpmtest + path: rpmtest \ No newline at end of file