mirror of
https://codeberg.org/spire/autoexec.git
synced 2026-08-02 12:14:52 +02:00
ci tweaks
This commit is contained in:
parent
de37479cf1
commit
f73486cab5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue