Skip to content

Commit

Permalink
.net8
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerfs committed Apr 20, 2024
1 parent ebf915f commit 0bc827a
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [ '7.0.x' ]
dotnet-version: [ '8.0.x' ]

steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
run: dotnet build

- name: Create zip
run: cd ${debugPath} && mv net7.0 $dllName && zip -r ${dllName}.zip ${dllName}
run: cd ${debugPath} && mv net8.0 $dllName && zip -r ${dllName}.zip ${dllName}

- name: Create Release
id: create_release
Expand Down

0 comments on commit 0bc827a

Please sign in to comment.