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"