File tree Expand file tree Collapse file tree 3 files changed +64
-3
lines changed Expand file tree Collapse file tree 3 files changed +64
-3
lines changed Original file line number Diff line number Diff line change 19
19
GITHUB_TOKEN : ${{ github.token }}
20
20
with :
21
21
distribution : goreleaser
22
- args : release --clean --snapshot
22
+ args : release --clean
23
23
- name : Upload artifact
24
24
uses : actions/upload-artifact@v4
25
25
with :
@@ -46,11 +46,11 @@ jobs:
46
46
- name : Download artifact
47
47
uses : actions/download-artifact@v4
48
48
with :
49
- name : dist/yutu_{{ matrix.path }}
49
+ merge-multiple : true
50
50
- name : Attest
51
51
uses : actions/attest-build-provenance@v1
52
52
with :
53
- subject-path : ' ${{ github.workspace }}/dist/ yutu_${{ matrix.path }}'
53
+ subject-path : ' ${{ github.workspace }}/yutu_${{ matrix.path }}'
54
54
55
55
winget :
56
56
needs : [goreleaser]
Original file line number Diff line number Diff line change @@ -27,3 +27,6 @@ qodana.yaml
27
27
go.work
28
28
29
29
dist /
30
+
31
+ # except for the following files
32
+ ! winres /*
Original file line number Diff line number Diff line change
1
+ {
2
+ "RT_GROUP_ICON" : {
3
+ "OTHER" : {
4
+ "0000" : " yutu.png"
5
+ }
6
+ },
7
+ "RT_MANIFEST" : {
8
+ "#1" : {
9
+ "0409" : {
10
+ "identity" : {
11
+ "name" : " " ,
12
+ "version" : " "
13
+ },
14
+ "description" : " yutu is a fully functional CLI for YouTube" ,
15
+ "minimum-os" : " win10" ,
16
+ "execution-level" : " " ,
17
+ "ui-access" : false ,
18
+ "auto-elevate" : false ,
19
+ "dpi-awareness" : " per monitor v2" ,
20
+ "disable-theming" : false ,
21
+ "disable-window-filtering" : false ,
22
+ "high-resolution-scrolling-aware" : false ,
23
+ "ultra-high-resolution-scrolling-aware" : false ,
24
+ "long-path-aware" : false ,
25
+ "printer-driver-isolation" : false ,
26
+ "gdi-scaling" : false ,
27
+ "segment-heap" : false ,
28
+ "use-common-controls-v6" : false
29
+ }
30
+ }
31
+ },
32
+ "RT_VERSION" : {
33
+ "#1" : {
34
+ "0000" : {
35
+ "fixed" : {
36
+ "file_version" : " 0.0.0.0" ,
37
+ "product_version" : " 0.0.0.0"
38
+ },
39
+ "info" : {
40
+ "0409" : {
41
+ "Comments" : " yutu" ,
42
+ "CompanyName" : " eat-pray-ai" ,
43
+ "FileDescription" : " yutu is a fully functional CLI for YouTube" ,
44
+ "FileVersion" : " " ,
45
+ "InternalName" : " yutu" ,
46
+ "LegalCopyright" : " Copyright (c) [eat-pray-ai & Chaoqun]" ,
47
+ "LegalTrademarks" : " " ,
48
+ "OriginalFilename" : " yutu" ,
49
+ "PrivateBuild" : " " ,
50
+ "ProductName" : " yutu🐰" ,
51
+ "ProductVersion" : " " ,
52
+ "SpecialBuild" : " "
53
+ }
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
You can’t perform that action at this time.
0 commit comments