Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Piranha91 committed Oct 8, 2024
2 parents cb40249 + b79b831 commit fab6062
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Publish
on:
release:
types: [published]
workflow_dispatch: # This allows manual triggering

jobs:
build:

Expand All @@ -13,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
dotnet-version: 8.0.*
- name: Install dependencies
run: dotnet restore SynthEBD.sln

Expand All @@ -29,7 +31,7 @@ jobs:

- name: Archive Release
run: |
powershell Compress-Archive SynthEBD/bin/Release/net6.0-windows/publish/* "SynthEBD_${{ github.event.release.tag_name }}.zip"
powershell Compress-Archive SynthEBD/bin/Release/net8.0/publish/* "SynthEBD_${{ github.event.release.tag_name }}.zip"
- name: Publish SynthEBD to Github
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit fab6062

Please sign in to comment.