From c8e29211eb4390d8a3f75f3b15463f87184d2496 Mon Sep 17 00:00:00 2001 From: Dimitrij Date: Thu, 14 Aug 2025 11:35:03 +0100 Subject: [PATCH] Update Build_mR-NB.yml test --- .github/workflows/Build_mR-NB.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build_mR-NB.yml b/.github/workflows/Build_mR-NB.yml index e17fbe479..35d42c0de 100644 --- a/.github/workflows/Build_mR-NB.yml +++ b/.github/workflows/Build_mR-NB.yml @@ -67,16 +67,17 @@ jobs: Compress-Archive -Path "$sourceDir\*" -DestinationPath ${{ steps.version.outputs.zipname }} echo "File: ${{ steps.version.outputs.zipname }}" echo "Token: secrets.GitHubActions" + DATE=$(date +'%Y-%m-%d') - name: (09) Create release id: create_release 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_name }} - release_name: Release ${{ github.ref_name }} + tag_name: "${DATE}-v${{ steps.version.outputs.version }}-NB-${{ steps.version.outputs.build }}" + name: "mRemoteNG ${{ steps.version.outputs.version }} NB ${{ steps.version.outputs.build }}" files: $ZIP body: | Changes in this Release