Update Build_mR-NB.yml

test
This commit is contained in:
Dimitrij
2025-08-14 20:50:12 +01:00
committed by GitHub
parent 83771cc2e6
commit a573914668

View File

@@ -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: |