Update hash extraction

This commit is contained in:
2023-11-18 14:42:28 +01:00
parent 2880c91f7c
commit 2ab46424b5
2 changed files with 12 additions and 6 deletions

View File

@ -4,7 +4,7 @@ on:
push:
branches:
- main
paths: ["src/**", .github/workflows/**]
paths: ["src/**", .github/workflows/**, ./compile.sh]
jobs:
compile: