Skip to content

Commit

Permalink
修改编译参数
Browse files Browse the repository at this point in the history
  • Loading branch information
Harlan-H committed Dec 18, 2024
1 parent 01ecd78 commit 79c51f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Publish
run: |
dotnet publish M3u8Downloader_H/ -o M3u8Downloader_H/bin/Publish --configuration Release
dotnet publish M3u8Downloader_H/ -o M3u8Downloader_H/bin/PublishSingleFile -c Release --self-contained true -r win7-x64 -p:PublishSingleFile=true
dotnet publish M3u8Downloader_H/ -o M3u8Downloader_H/bin/PublishSingleFile -c Release --self-contained true -r win-x64 -p:PublishSingleFile=true
- name: Download .NET 9 SDK And Copy .NET 9 SDK
run: |
Expand Down

0 comments on commit 79c51f9

Please sign in to comment.