From cdffc43b271226800207f6cfb6909ba1da7df71f Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 18 Aug 2020 18:22:30 -0500 Subject: [PATCH] Removed drafter, because it apparently only works on linux --- .github/workflows/build.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6f76df4..7e03ec99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,12 +41,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: BSIPA-net35-${{ env.Platform }} - path: BSIPA-Meta/bin/${{ env.Platform }}/${{ env.Configuration }}/net35/ - - name: Create Release Draft - id: create_release - uses: release-drafter/release-drafter@v5 - with: - config-name: release_draft.yml - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # TODO: make it auto-upload assets \ No newline at end of file + path: BSIPA-Meta/bin/${{ env.Platform }}/${{ env.Configuration }}/net35/ \ No newline at end of file