test build job
Some checks failed
Lint / golangci-lint (push) Successful in 9m44s
Declarative Tests / test (push) Successful in 20s
Declarative Tests / build (push) Failing after 46s

This commit is contained in:
Matthew Rich 2024-05-26 14:14:26 -07:00
parent aee0bf1515
commit 30de25b577

View File

@ -91,10 +91,4 @@ jobs:
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
path: "/root/rpmbuild/**/*.rpm" 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 }}." - run: echo "This job's status is ${{ job.status }}."