Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayyhem authored Feb 1, 2024
1 parent 084535f commit 526716e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: .NET Framework Release
on:
workflow_dispatch:
push:
branches: [ "main" ]
tags:
- "v*.*.*"

jobs:

build:
Expand Down Expand Up @@ -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

0 comments on commit 526716e

Please sign in to comment.