From 014400208cd33e6508cbc133ac46b4e9d9860d83 Mon Sep 17 00:00:00 2001 From: js6pak Date: Wed, 26 Oct 2022 01:53:36 +0200 Subject: [PATCH] Update to Reactor v2 --- .github/workflows/main.yml | 6 ++++++ Reactor.RemoveAccounts/Reactor.RemoveAccounts.csproj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c00ef7..6c01802 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,3 +25,9 @@ jobs: with: name: Reactor.RemoveAccounts.dll path: Reactor.RemoveAccounts/bin/Release/net6.0/Reactor.RemoveAccounts.dll + + - uses: softprops/action-gh-release@v1 + if: github.ref_type == 'tag' + with: + draft: true + files: Reactor.RemoveAccounts/bin/Release/net6.0/Reactor.RemoveAccounts.dll diff --git a/Reactor.RemoveAccounts/Reactor.RemoveAccounts.csproj b/Reactor.RemoveAccounts/Reactor.RemoveAccounts.csproj index 2099bcf..2bf6f0d 100644 --- a/Reactor.RemoveAccounts/Reactor.RemoveAccounts.csproj +++ b/Reactor.RemoveAccounts/Reactor.RemoveAccounts.csproj @@ -9,7 +9,7 @@ - +