Skip to content

Commit

Permalink
github actions never works first try lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
InvoxiPlayGames committed Jul 21, 2023
1 parent f30d736 commit 1ceef52
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build
run: dotnet build -c Release -r ${{ matrix.rid }}
- name: Publish
run: dotnet publish -c Release -r ${{ matrix.rid }} --no-build
- name: Build and Publish
run: dotnet publish -c Release -r ${{ matrix.rid }}
- name: Upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1ceef52

Please sign in to comment.