Skip to content

Commit

Permalink
git hub ac tion :}
Browse files Browse the repository at this point in the history
  • Loading branch information
InvoxiPlayGames committed Dec 13, 2024
1 parent 3fc8b88 commit cf677c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Build and Publish
run: dotnet publish -c Release -r ${{ matrix.rid }}
- name: Upload
uses: actions/upload-artifact@v3
with:
name: EricLauncher-${{ matrix.rid }}
path: bin/Release/net7.0/${{ matrix.rid }}/publish/
path: bin/Release/net8.0/${{ matrix.rid }}/publish/

0 comments on commit cf677c7

Please sign in to comment.