Skip to content

Commit

Permalink
Update Build-halo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VOfficial404 authored Dec 10, 2023
1 parent b483630 commit 4f53f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build-halo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo ${{ steps.tag.outputs.tag }}
VAR=$(echo "${{ steps.tag.outputs.tag }}" | sed 's/v//')
echo $VAR
RELEASES=$(curl -s "https://api.github.com/repos/Lu7fer/Jar4Halo/releases/tags/${{ steps.tag.outputs.tag }}")
RELEASES=$(curl -s "https://api.github.com/repos/V-Official-233/halo-PaaS/releases/tags/${{ steps.tag.outputs.tag }}")
if echo "$RELEASES" | jq '.assets[].name' | grep -q "$VAR"; then
echo "check=0" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit 4f53f85

Please sign in to comment.