1
0
Fork 0
mirror of https://codeberg.org/spire/autoexec.git synced 2026-08-02 12:14:52 +02:00

ci tweaks

This commit is contained in:
Robin Appelman 2026-07-23 23:35:17 +02:00
commit f73486cab5

View file

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- id: check_file_outdated - id: check_file_outdated
name: Check if ${{ env.PLUGIN }}.smx is outdated name: Check if compiled smx is outdated
run: | run: |
if [ ./plugin/${{ env.PLUGIN }}.sp -nt ./plugin/${{ env.PLUGIN }}.smx ]; then if [ ./plugin/${{ env.PLUGIN }}.sp -nt ./plugin/${{ env.PLUGIN }}.smx ]; then
echo "${{ env.PLUGIN }}.smx is up to date" echo "${{ env.PLUGIN }}.smx is up to date"