From 18d4e1ea28b425c7e66e0f4c8021aeae520bd850 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 25 Feb 2024 22:45:16 +0800 Subject: [PATCH] Upload release --- .github/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1d078f4..683d265 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -222,7 +222,7 @@ jobs: gpgui/.build/package/*.tar.xz* gh-release: - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest needs: - build-deb @@ -241,7 +241,8 @@ jobs: uses: softprops/action-gh-release@v1 with: token: ${{ secrets.GH_PAT }} - prerelease: ${{ contains(github.ref, 'latest') }} + # prerelease: ${{ contains(github.ref, 'latest') }} + prerelease: true fail_on_unmatched_files: true files: | artifact/**/*.deb