i do not know if this will actually work

This commit is contained in:
kawaiizenbo 2021-12-10 20:51:59 -07:00
parent b209faab60
commit ed16ec2e91

View file

@ -28,3 +28,15 @@ jobs:
with:
name: Build
path: RepoFullDownloader-Core/bin/Debug/netcoreapp3.1/
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
This release was automatically generated by Github Actions
draft: false
prerelease: false