Browse Source

Removed drafter, because it apparently only works on linux

pull/53/head
Anairkoen Schno 3 years ago
parent
commit
cdffc43b27
Signed by: DaNike GPG Key ID: BEFB74D5F3FC4387
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      .github/workflows/build.yml

+ 1
- 9
.github/workflows/build.yml View File

@ -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
path: BSIPA-Meta/bin/${{ env.Platform }}/${{ env.Configuration }}/net35/

Loading…
Cancel
Save