mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
[CD] fixed makefile issue
This commit is contained in:
parent
71e6b1a859
commit
dc38f89a0b
6
.github/workflows/release-build.yml
vendored
6
.github/workflows/release-build.yml
vendored
@ -46,11 +46,7 @@ jobs:
|
||||
mv dist/**/spotube-*-windows-setup.exe dist/Spotube-windows-x86_64-setup.exe
|
||||
Set-Variable -Name HASH -Value (Get-FileHash dist\Spotube-windows-x86_64-setup.exe).Hash
|
||||
sed -i "s/%{{WIN_SHA256}}%/$HASH/" choco-struct/tools/VERIFICATION.txt
|
||||
make VERSION=${{ steps.tag.outputs.tag }} choco
|
||||
|
||||
# Rename the artifacts
|
||||
- run: |
|
||||
mv dist/**/spotube.${{ steps.tag.outputs.tag }}.nupkg dist/Spotube-windows-x86_64.nupkg
|
||||
make choco
|
||||
|
||||
# Publish to Chocolatey Repository
|
||||
- run: |
|
||||
|
4
Makefile
4
Makefile
@ -47,8 +47,8 @@ inno:
|
||||
powershell .\build\iscc\iscc.exe scripts\windows-setup-creator.iss
|
||||
|
||||
choco:
|
||||
powershell cp dist\${VERSION}\spotube-${VERSION}+${VERSION}-windows-setup.exe choco-struct\tools
|
||||
powershell choco pack .\choco-struct\spotube.nuspec --outputdirectory dist\${VERSION}\
|
||||
powershell cp dist\**\spotube-*-windows-setup.exe choco-struct\tools
|
||||
powershell choco pack .\choco-struct\spotube.nuspec --outputdirectory dist
|
||||
|
||||
apk:
|
||||
mv build/app/outputs/apk/release/app-release.apk build/Spotube-android-all-arch.apk
|
||||
|
Loading…
Reference in New Issue
Block a user