Skip to content

Commit

Permalink
构建文件修改
Browse files Browse the repository at this point in the history
  • Loading branch information
Light committed Sep 2, 2024
1 parent e2de4a6 commit 6f044ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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:PublishTrimmed=true -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
- name: Upload artifacts
Expand Down

0 comments on commit 6f044ca

Please sign in to comment.