We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867f9ff commit 65094bfCopy full SHA for 65094bf
1 file changed
.github/workflows/automaticRelease.yaml
@@ -87,6 +87,8 @@ jobs:
87
- name: Unzip Rules.zip
88
run: |
89
unzip Rules.zip -d Example/Rules
90
+ ls -l Example
91
+ ls -l Example/Rules
92
- name: Setup Example dir and test build
93
94
cp target/x86_64-pc-windows-msvc/release/libmathcat_c.dll Example/
0 commit comments