Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Epictek authored May 5, 2021
1 parent 38c4190 commit b29e1cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: dotnet restore
- name: Publish
run: |
dotnet publish -o linux-arm64 -c Release --self-contained true -r linux-arm64
dotnet publish -o linux-x64 -c Release --self-contained true -r linux-x64
dotnet publish -o win-x64 -c Release --self-contained true -r win-x64
dotnet publish -o linux-arm64 -c Release --self-contained true -r linux-arm64 -p:PublishSingleFile=true
dotnet publish -o linux-x64 -c Release --self-contained true -r linux-x64 -p:PublishSingleFile=true
dotnet publish -o win-x64 -c Release --self-contained true -r win-x64 -p:PublishSingleFile=true
- name: Rename
run: |
Expand Down

0 comments on commit b29e1cc

Please sign in to comment.