From 526716e6baa9cb6df228dda198a6942dc8d0a028 Mon Sep 17 00:00:00 2001 From: Chris Thompson <30671833+Mayyhem@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:48:08 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fbd53b..85a1b92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,9 +3,9 @@ name: .NET Framework Release on: workflow_dispatch: push: - branches: [ "main" ] tags: - "v*.*.*" + jobs: build: @@ -48,5 +48,5 @@ jobs: Releases were last built on ${{ env.BUILD_DATE }}. fail_on_unmatched_files: true files: | - $env:Binary + ${{ env:Binary }} RELEASE_NOTES.md