From a57391466832146c9d6da0a14aaecbdb73edfad1 Mon Sep 17 00:00:00 2001 From: Dimitrij Date: Thu, 14 Aug 2025 20:50:12 +0100 Subject: [PATCH] Update Build_mR-NB.yml test --- .github/workflows/Build_mR-NB.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build_mR-NB.yml b/.github/workflows/Build_mR-NB.yml index 6550a9714..9ed2d4e31 100644 --- a/.github/workflows/Build_mR-NB.yml +++ b/.github/workflows/Build_mR-NB.yml @@ -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: |