svf-lib 1.0.2333 → 1.0.2334

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,11 +30,11 @@ jobs:
30
30
  - name: Checkout source repo
31
31
  uses: actions/checkout@v2
32
32
 
33
- - name: Check for changes in SVF-linux-x86_64/Release-build
33
+ - name: Check for changes in SVF-linux-x86_64
34
34
  id: changes
35
35
  run: |
36
36
  git fetch origin master --depth=3
37
- CHANGED=$(git diff --name-only HEAD~2 HEAD~1 | grep '^SVF-linux-x86_64/Release-build/' || true)
37
+ CHANGED=$(git diff --name-only HEAD~2 HEAD~1 | grep '^SVF-linux-x86_64' || true)
38
38
  echo "Changed files: $CHANGED"
39
39
  if [ -z "$CHANGED" ]; then
40
40
  echo "should_trigger=false" >> $GITHUB_OUTPUT
@@ -49,5 +49,5 @@ jobs:
49
49
  cd SVF-Python
50
50
  git config user.name "github-actions[bot]"
51
51
  git config user.email "github-actions[bot]@users.noreply.github.com"
52
- git commit --allow-empty -m "trigger: changes in SVF-linux-x86_64/Release-build"
52
+ git commit --allow-empty -m "trigger: changes in SVF-linux-x86_64"
53
53
  git push https://yuleisui:${{secrets.yulei_git_key}}@github.com/SVF-tools/SVF-Python.git HEAD:main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2333",
3
+ "version": "1.0.2334",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {