mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
fix build: switch from hub to gh cli
This commit is contained in:
parent
94b2978126
commit
46be74abd0
23
.github/workflows/cicd.yaml
vendored
23
.github/workflows/cicd.yaml
vendored
@ -61,17 +61,16 @@ jobs:
|
|||||||
zip -j SpotifyAPI.Web.Auth-net6.0.zip SpotifyAPI.Web.Auth/bin/Release/net6.0/*
|
zip -j SpotifyAPI.Web.Auth-net6.0.zip SpotifyAPI.Web.Auth/bin/Release/net6.0/*
|
||||||
zip -j SpotifyAPI.Web.Auth-net7.0.zip SpotifyAPI.Web.Auth/bin/Release/net7.0/*
|
zip -j SpotifyAPI.Web.Auth-net7.0.zip SpotifyAPI.Web.Auth/bin/Release/net7.0/*
|
||||||
|
|
||||||
hub release edit \
|
gh release upload "$RELEASE_VERSION" \
|
||||||
-a "SpotifyAPI.Web-netstandard2.0.zip" \
|
"SpotifyAPI.Web-netstandard2.0.zip" \
|
||||||
-a "SpotifyAPI.Web-netstandard2.1.zip" \
|
"SpotifyAPI.Web-netstandard2.1.zip" \
|
||||||
-a "SpotifyAPI.Web-net5.0.zip" \
|
"SpotifyAPI.Web-net5.0.zip" \
|
||||||
-a "SpotifyAPI.Web-net6.0.zip" \
|
"SpotifyAPI.Web-net6.0.zip" \
|
||||||
-a "SpotifyAPI.Web-net7.0.zip" \
|
"SpotifyAPI.Web-net7.0.zip" \
|
||||||
-a "SpotifyAPI.Web.Auth-netstandard2.0.zip" \
|
"SpotifyAPI.Web.Auth-netstandard2.0.zip" \
|
||||||
-a "SpotifyAPI.Web.Auth-netstandard2.1.zip" \
|
"SpotifyAPI.Web.Auth-netstandard2.1.zip" \
|
||||||
-a "SpotifyAPI.Web.Auth-net5.0.zip" \
|
"SpotifyAPI.Web.Auth-net5.0.zip" \
|
||||||
-a "SpotifyAPI.Web.Auth-net6.0.zip" \
|
"SpotifyAPI.Web.Auth-net6.0.zip" \
|
||||||
-a "SpotifyAPI.Web.Auth-net7.0.zip" \
|
"SpotifyAPI.Web.Auth-net7.0.zip"
|
||||||
-m "" "$RELEASE_VERSION"
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user