From 10b8ab126e51926e10fd2e553aaa4973512a79a7 Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Wed, 28 Feb 2024 04:58:43 +0000 Subject: [PATCH] removed debugging dir -- seems to be working --- .github/workflows/automaticRelease.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/automaticRelease.yaml b/.github/workflows/automaticRelease.yaml index 5b30c98..2a47e4c 100644 --- a/.github/workflows/automaticRelease.yaml +++ b/.github/workflows/automaticRelease.yaml @@ -22,7 +22,6 @@ jobs: cp target/x86_64-pc-windows-msvc/release/libmathcat_c.dll c-example/ cd c-example gcc test.cpp -o test -L. -llibmathcat_c - dir ./test.exe - name: create libmathcat64 uses: thedoctor0/zip-release@0.7.5