mirror of
https://github.com/morgan9e/Signal-Desktop-AppImage
synced 2026-04-13 15:54:07 +09:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
LATEST_TAG="${{ steps.get_tag.outputs.LATEST_TAG }}"
|
||||
MY_RELEASE=$(curl -s https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r '.tag_name')
|
||||
if [[ "$LATEST_TAG" == "$MY_RELEASE" ]]; then
|
||||
exit 78
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user