From 80f5ab62b3af6dc5313c6e6dbf7d3f5585df6321 Mon Sep 17 00:00:00 2001 From: Colbster937 <96893162+colbychittenden@users.noreply.github.com> Date: Wed, 7 May 2025 19:09:36 -0500 Subject: [PATCH] fix workflow --- .github/workflows/build.yml | 10 ++++++++++ README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ff6af9..69f5843 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,16 @@ jobs: asset_path: ./build/libs/OriginBlacklist.jar asset_name: OriginBlacklist.jar + - name: Create Draft Release + uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag_name: dev + release_name: dev + draft: true + prerelease: true + - name: Publish Release uses: eregon/publish-release@v1 env: diff --git a/README.md b/README.md index a22505e..efaa477 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ basically just a reimplementation of originblacklist but for eaglerxserver - [ ] IP blacklisting ### Download -**[https://github.com/colbster937/originblacklist/releases](https://github.com/colbster937/originblacklist/releases)** +**https://nightly.link/colbster937/originblacklist/workflows/build/main/OriginBlacklist.zip](https://nightly.link/colbster937/originblacklist/workflows/build/main/OriginBlacklist.zip)** ### Building ```