@@ -61,17 +61,16 @@ jobs:
61
61
zip -j SpotifyAPI.Web.Auth-net6.0.zip SpotifyAPI.Web.Auth/bin/Release/net6.0/*
62
62
zip -j SpotifyAPI.Web.Auth-net7.0.zip SpotifyAPI.Web.Auth/bin/Release/net7.0/*
63
63
64
- hub release edit \
65
- -a "SpotifyAPI.Web-netstandard2.0.zip" \
66
- -a "SpotifyAPI.Web-netstandard2.1.zip" \
67
- -a "SpotifyAPI.Web-net5.0.zip" \
68
- -a "SpotifyAPI.Web-net6.0.zip" \
69
- -a "SpotifyAPI.Web-net7.0.zip" \
70
- -a "SpotifyAPI.Web.Auth-netstandard2.0.zip" \
71
- -a "SpotifyAPI.Web.Auth-netstandard2.1.zip" \
72
- -a "SpotifyAPI.Web.Auth-net5.0.zip" \
73
- -a "SpotifyAPI.Web.Auth-net6.0.zip" \
74
- -a "SpotifyAPI.Web.Auth-net7.0.zip" \
75
- -m "" "$RELEASE_VERSION"
64
+ gh release upload "$RELEASE_VERSION" \
65
+ "SpotifyAPI.Web-netstandard2.0.zip" \
66
+ "SpotifyAPI.Web-netstandard2.1.zip" \
67
+ "SpotifyAPI.Web-net5.0.zip" \
68
+ "SpotifyAPI.Web-net6.0.zip" \
69
+ "SpotifyAPI.Web-net7.0.zip" \
70
+ "SpotifyAPI.Web.Auth-netstandard2.0.zip" \
71
+ "SpotifyAPI.Web.Auth-netstandard2.1.zip" \
72
+ "SpotifyAPI.Web.Auth-net5.0.zip" \
73
+ "SpotifyAPI.Web.Auth-net6.0.zip" \
74
+ "SpotifyAPI.Web.Auth-net7.0.zip"
76
75
env :
77
76
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
0 commit comments