3 Commits

Author SHA1 Message Date
4569145df6 add binary 2025-08-09 18:54:48 +09:00
c2efdf9095 fix version 2025-08-09 18:46:29 +09:00
09994d2d94 add binary 2025-08-09 18:37:59 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -56,9 +56,9 @@ jobs:
uses: actions/cache@v4
with:
path: ./bin
key: ailog-bin-${{ runner.os }}-v${{ hashFiles('Cargo.toml') }}
key: ailog-bin-${{ runner.os }}
restore-keys: |
ailog-bin-${{ runner.os }}-v
ailog-bin-${{ runner.os }}
- name: Setup ailog binary
run: |

Binary file not shown.