From 829518ddd4ae39da36220ba6393692d0a4e82a86 Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Wed, 28 Feb 2024 04:12:32 +0000 Subject: [PATCH] trying to debug path problem --- .github/workflows/automaticRelease.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automaticRelease.yaml b/.github/workflows/automaticRelease.yaml index 87f2600..e758649 100644 --- a/.github/workflows/automaticRelease.yaml +++ b/.github/workflows/automaticRelease.yaml @@ -21,7 +21,10 @@ jobs: run: | cp target/x86_64-pc-windows-msvc/release/libmathcat_c.dll c-example/ cd c-example - gcc test.cpp -o test -L..target/x86_64-pc-windows-msvc/release -llibmathcat_c + ls -l + gcc test.cpp -o test -L. -llibmathcat_c + echo "after compile" + ls -l ./test.exe - name: create libmathcat64 uses: thedoctor0/zip-release@0.7.5