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:
3
.github/workflows/Build_mR-NB.yml
vendored
3
.github/workflows/Build_mR-NB.yml
vendored
@@ -76,6 +76,7 @@ jobs:
|
||||
id: format_tag
|
||||
run: |
|
||||
echo "Tag to be used: ${{ steps.version.outputs.tag }}"
|
||||
ls
|
||||
|
||||
- name: (10) Create release
|
||||
id: create_release
|
||||
@@ -83,7 +84,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||
with:
|
||||
tag_name: ${{ steps.version.outputs.tag }}"
|
||||
tag_name: ${{ steps.version.outputs.tag }}
|
||||
name: "mRemoteNG ${{ steps.version.outputs.version }} NB ${{ steps.version.outputs.build }}"
|
||||
files: $ZIP
|
||||
body: |
|
||||
|
||||
Reference in New Issue
Block a user