Skip to content

Commit

Permalink
Merge pull request #82 from BigBang1112/fix-publish-net8
Browse files Browse the repository at this point in the history
Fix publish actions
  • Loading branch information
BigBang1112 authored Nov 24, 2023
2 parents 07dfe6c + 627fa90 commit 19c6856
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-gbxnetpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
8.0.x
7.0.x
6.0.x
3.1.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
8.0.x
7.0.x
6.0.x
3.1.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
8.0.x
7.0.202
6.0.x
3.1.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
8.0.x
7.0.202
6.0.x
3.1.x
Expand Down

0 comments on commit 19c6856

Please sign in to comment.