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:
37
37
# uses: actions/upload-artifact@v2
38
38
# with:
39
39
# 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/
41
41
- name : Upload artifacts for Windows x64
42
42
uses : actions/upload-artifact@v2
43
43
with :
44
44
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/
46
46
- name : Upload artifacts for Windows framework-dependent
47
47
uses : actions/upload-artifact@v2
48
48
with :
49
49
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 33
33
# Package
34
34
- name : Package for Windows
35
35
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
37
37
7z a -tzip -mx=9 -mfb=128 ../youtube-dl-wpf-${{ steps.get_version.outputs.VERSION }}-windows.zip .
38
38
7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=64m -ms=on ../youtube-dl-wpf-${{ steps.get_version.outputs.VERSION }}-windows.7z .
39
39
# cd ../win-arm64/publish
48
48
uses : svenstaro/upload-release-action@v2
49
49
with :
50
50
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-*
52
52
tag : ${{ github.ref }}
53
53
file_glob : true
54
54
prerelease : true
You can’t perform that action at this time.
0 commit comments