Skip to content

Commit

Permalink
更新 dotnet-publish-prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangYiQiu authored Sep 3, 2024
1 parent 6f044ca commit c41f568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Publish for Linux-x64
run: dotnet publish -c Release -r linux-x64 --self-contained -p:PublishTrimmed=true -p:PublishSingleFile=true -o app/linux-x64
run: dotnet publish -c Release -r linux-x64 --self-contained -p:PublishSingleFile=true -o app/linux-x64
- name: Publish for Windows-x64
run: dotnet publish -c Release -r win-x64 --self-contained -p:PublishTrimmed=true -p:PublishSingleFile=true -o app/win-x64
run: dotnet publish -c Release -r win-x64 --self-contained -p:PublishSingleFile=true -o app/win-x64
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c41f568

Please sign in to comment.