File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737 # uses: actions/upload-artifact@v2
3838 # with:
3939 # name: youtube-dl-wpf-${{ github.sha }}-windows-arm64
40- # path: YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.19041 .0/win-arm64/publish/
40+ # path: YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.20348 .0/win-arm64/publish/
4141 - name : Upload artifacts for Windows x64
4242 uses : actions/upload-artifact@v2
4343 with :
4444 name : youtube-dl-wpf-${{ github.sha }}-windows-x64
45- path : YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.19041 .0/win-x64/publish/
45+ path : YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.20348 .0/win-x64/publish/
4646 - name : Upload artifacts for Windows framework-dependent
4747 uses : actions/upload-artifact@v2
4848 with :
4949 name : youtube-dl-wpf-${{ github.sha }}-windows
50- path : YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.19041 .0/publish/
50+ path : YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.20348 .0/publish/
Original file line number Diff line number Diff line change 3333 # Package
3434 - name : Package for Windows
3535 run : |
36- cd YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.19041 .0/publish
36+ cd YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.20348 .0/publish
3737 7z a -tzip -mx=9 -mfb=128 ../youtube-dl-wpf-${{ steps.get_version.outputs.VERSION }}-windows.zip .
3838 7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=64m -ms=on ../youtube-dl-wpf-${{ steps.get_version.outputs.VERSION }}-windows.7z .
3939 # cd ../win-arm64/publish
4848 uses : svenstaro/upload-release-action@v2
4949 with :
5050 repo_token : ${{ secrets.GITHUB_TOKEN }}
51- file : YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.19041 .0/youtube-dl-wpf-*
51+ file : YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.20348 .0/youtube-dl-wpf-*
5252 tag : ${{ github.ref }}
5353 file_glob : true
5454 prerelease : true
You can’t perform that action at this time.
0 commit comments