We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a66f37 commit a45e1a9Copy full SHA for a45e1a9
.github/workflows/xtracfg.yml
@@ -75,7 +75,7 @@ jobs:
75
working-directory: ./libxtracfg/c
76
run: |
77
./build.bat
78
- # ./test.bat
+ ./test.bat
79
- name: log2
80
81
ls -l ./libxtracfg/c/build
@@ -104,6 +104,11 @@ jobs:
104
name: libxtracfg-js-${{ matrix.os.platform }}
105
path: ./libxtracfg/js/xtracfg-native-binding/prebuilds
106
retention-days: 1
107
+ - uses: actions/upload-artifact@v4
108
+ with:
109
+ name: npm-logs
110
+ path: C:\\npm\\cache\\_logs
111
+ retention-days: 1
112
113
build_binaries:
114
runs-on: ${{ matrix.os.runner }}
libxtracfg/c/test.bat
@@ -1,4 +1,4 @@
1
-@echo off
+REM @echo off
2
3
set DIR=%~dp0
4
set DIR=%DIR:~0,-1%
0 commit comments