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