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 }}."