diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 8bc9cd5..56e48f4 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -39,4 +39,9 @@ jobs: - name: Build package run: | export PKGDEST=${PKGDEST} - su build -c "/usr/bin/makepkg -s --noconfirm --noprogressbar" \ No newline at end of file + su build -c "/usr/bin/makepkg -s --noconfirm --noprogressbar" + + - name: test123 + uses: actions/upload-artifact@v4 + with: + path: ./build