From 53321d96408912998ad5bca42dcdd4e4ed81711e Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Sun, 26 May 2024 14:28:45 -0700 Subject: [PATCH] test build job --- .gitea/workflows/release.yaml | 5 +---- .gitea/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index fc04041..cdb30e3 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -35,7 +35,4 @@ jobs: - run: make 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" + artifacts: "jx,/root/rpmbuild/**/*.rpm" diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 0acb1d4..d6843df 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -74,7 +74,7 @@ jobs: - "/etc/ssl/certs:/etc/ssl/certs:ro" options: --cpus 10 steps: - - run: dnf install -y nodejs + - run: dnf install -y nodejs git - name: Check out repository code uses: actions/checkout@v3 - run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV