mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
cd: fix sha256 sum bundle path
This commit is contained in:
parent
7fed80a304
commit
4204789d4b
4
.github/workflows/spotube-release-binary.yml
vendored
4
.github/workflows/spotube-release-binary.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
inputs:
|
||||
version:
|
||||
description: Version to release (x.x.x)
|
||||
default: 69.420.303
|
||||
default: 2.7.0
|
||||
required: true
|
||||
channel:
|
||||
type: choice
|
||||
@ -283,7 +283,7 @@ jobs:
|
||||
run: |
|
||||
tree .
|
||||
md5sum ./Spotube-Release-Binaries/* >> RELEASE.md5sum
|
||||
sha256sum ./Spotube-Macos-Bundle/* >> RELEASE.sha256sum
|
||||
sha256sum ./Spotube-Release-Binaries/* >> RELEASE.sha256sum
|
||||
sed -i 's|Spotube-Release-Binaries/||' RELEASE.sha256sum RELEASE.md5sum
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user