mirror of
https://github.com/morgan9e/Signal-Desktop-AppImage
synced 2026-04-14 00:04:08 +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 }}"
|
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')
|
MY_RELEASE=$(curl -s https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r '.tag_name')
|
||||||
if [[ "$LATEST_TAG" == "$MY_RELEASE" ]]; then
|
if [[ "$LATEST_TAG" == "$MY_RELEASE" ]]; then
|
||||||
exit 78
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user