diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 39e7705..55163b3 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -216,6 +216,9 @@ jobs: # https://trstringer.com/github-actions-multiline-strings/ echo "::set-output name=RELEASE_BODY::$Release" + $ReleaseName = Get-Date -f "yyyy.MM.dd" + echo "RELEASE_NAME=$ReleaseName" >> $env:GITHUB_ENV + - name: Uploading uses: softprops/action-gh-release@master with: