mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Update Build_mR-NB.yml
test
This commit is contained in:
7
.github/workflows/Build_mR-NB.yml
vendored
7
.github/workflows/Build_mR-NB.yml
vendored
@@ -70,13 +70,14 @@ jobs:
|
||||
|
||||
- name: (09) Create release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
uses: softprops/action-gh-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 }}
|
||||
tag_name: ${{ github.ref_name }}
|
||||
release_name: Release ${{ github.ref_name }}
|
||||
files: $ZIP
|
||||
body: |
|
||||
Changes in this Release
|
||||
- First Change
|
||||
|
||||
Reference in New Issue
Block a user