From f73486cab559de542fb188f8ab9eb1da09b07d81 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 23 Jul 2026 23:35:17 +0200 Subject: [PATCH] ci tweaks --- .forgejo/workflows/compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/compile.yaml b/.forgejo/workflows/compile.yaml index b1f2a3f..e466511 100644 --- a/.forgejo/workflows/compile.yaml +++ b/.forgejo/workflows/compile.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: check_file_outdated - name: Check if ${{ env.PLUGIN }}.smx is outdated + name: Check if compiled smx is outdated run: | if [ ./plugin/${{ env.PLUGIN }}.sp -nt ./plugin/${{ env.PLUGIN }}.smx ]; then echo "${{ env.PLUGIN }}.smx is up to date"