mirror of
https://github.com/Yvee1/hascard.git
synced 2024-11-22 04:33:06 +03:00
Fix Windows workflow
This commit is contained in:
parent
4cb0a2b5e0
commit
1aef5439cc
1
.github/scripts/attach-binary.sh
vendored
1
.github/scripts/attach-binary.sh
vendored
@ -24,7 +24,6 @@ else
|
||||
BUNDLE_NAME="$REPO-$RELEASE_VERSION-$ARCH.zip"
|
||||
powershell Compress-Archive -Path "$REPO.exe" -DestinationPath "$BUNDLE_NAME"
|
||||
echo "SHA256:"
|
||||
shasum -a 256 "$BUNDLE_NAME"
|
||||
ls $HOME/ghr/
|
||||
echo $PATH
|
||||
ghr -t "$GITHUB_TOKEN" -u "$OWNER" -r "$REPO" --replace "$(git describe --tags)" "$BUNDLE_NAME"
|
||||
|
Loading…
Reference in New Issue
Block a user