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