Commit a6de721 1 parent 41a19b6 commit a6de721 Copy full SHA for a6de721
File tree 2 files changed +17
-5
lines changed
2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 50
50
with :
51
51
path : dist
52
52
53
- - name : Display structure of downloaded files
53
+ - name : List artifacts
54
54
run : ls -R
55
55
working-directory : dist
56
56
Original file line number Diff line number Diff line change 67
67
{
68
68
"assets" : [
69
69
{
70
- "path" : " dist/**/phoenix-*.snap"
70
+ "label" : " phoenix-v${nextRelease.version}-linux-amd64.snap" ,
71
+ "path" : " dist/**/phoenix-*-linux-amd64.snap"
71
72
},
72
73
{
73
- "path" : " dist/**/phoenix-*.exe"
74
+ "label" : " phoenix-v${nextRelease.version}-win-x64.exe" ,
75
+ "path" : " dist/**/phoenix-*-win-x64.exe"
74
76
},
75
77
{
76
- "path" : " dist/**/phoenix-*.dmg"
78
+ "label" : " phoenix-v${nextRelease.version}-mac-arm64.dmg" ,
79
+ "path" : " dist/**/phoenix-*-mac-arm64.dmg"
77
80
},
78
81
{
79
- "path" : " dist/**/phoenix-*.zip"
82
+ "label" : " phoenix-v${nextRelease.version}-mac-arm64.zip" ,
83
+ "path" : " dist/**/phoenix-*-mac-arm64.zip"
84
+ },
85
+ {
86
+ "label" : " phoenix-v${nextRelease.version}-mac-x64.dmg" ,
87
+ "path" : " dist/**/phoenix-*-mac-x64.dmg"
88
+ },
89
+ {
90
+ "label" : " phoenix-v${nextRelease.version}-mac-x64.zip" ,
91
+ "path" : " dist/**/phoenix-*-mac-x64.zip"
80
92
}
81
93
]
82
94
}
You can’t perform that action at this time.
0 commit comments