Skip to content

Commit 40ee4c3

Browse files
committed
Fix updater workflow
1 parent aaa5d96 commit 40ee4c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Update.Unturned.Redist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
fi
153153
154154
- name: Skip unchanged manifest
155-
if: steps.compare_manifest.outputs.manifest_changed == 'false'
155+
if: steps.compare_manifest.outputs.manifest_changed != 'true'
156156
run: |
157157
echo "No manifest changes for ${{ matrix.variant }}. Skipping update steps."
158158
exit 0

0 commit comments

Comments
 (0)