Skip to content

Commit

Permalink
updated build script
Browse files Browse the repository at this point in the history
release on tag and 4.8 framework version only
  • Loading branch information
FreedomFaighter committed Oct 28, 2023
1 parent db3e5d1 commit 1a890fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
if: github.ref_type == 'tag'
if: github.ref_type == 'tag' && ${{ matrix.dotnetFrameworkVersion }} == '4.8'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
if: github.ref_type == 'tag'
if: github.ref_type == 'tag' && ${{ matrix.dotnetFrameworkVersion }} == '4.8'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 1a890fb

Please sign in to comment.