From 30de25b577d8592c302389c882807fbdd3fb5e90 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Sun, 26 May 2024 14:14:26 -0700 Subject: [PATCH] test build job --- .gitea/workflows/test.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6d8ecac..0acb1d4 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -91,10 +91,4 @@ jobs: - uses: actions/upload-artifact@v3 with: path: "/root/rpmbuild/**/*.rpm" - - uses: ncipollo/release-action@v1 - with: - artifacts: - - "jx" - - "/root/rpmbuild/SRPMS/jx-${{ env.VERSION }}-1.fc40.src.rpm" - - "/root/rpmbuild/RPMS/x86_64/jx-${{ env.VERSION }}-1.fc40.x86_64.rpm" - run: echo "This job's status is ${{ job.status }}."