Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bentles authored Oct 21, 2023
1 parent 76b0834 commit bba4515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Publish osx
run: dotnet publish SendGame -r osx-arm64 -p:PublishSingleFile=true --self-contained
run: dotnet publish LearningMono -r osx-arm64 -p:PublishSingleFile=true --self-contained
- name: Publish win
run: dotnet publish SendGame -r win-x64 -p:PublishSingleFile=true --self-contained
run: dotnet publish LearningMono -r win-x64 -p:PublishSingleFile=true --self-contained
- name: Upload Build Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit bba4515

Please sign in to comment.