From 802e1f5f8fc25cd083a58832026f2b8380d83970 Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Wed, 6 Nov 2024 00:52:31 -0800 Subject: [PATCH] get action file to work --- .github/workflows/automaticRelease.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automaticRelease.yaml b/.github/workflows/automaticRelease.yaml index 247ad8c..d62caa7 100644 --- a/.github/workflows/automaticRelease.yaml +++ b/.github/workflows/automaticRelease.yaml @@ -119,10 +119,10 @@ jobs: run: | cp target/aarch64-pc-windows-msvc/release/libmathcat_c.dll Example/ cd Example - gcc test.cpp -o test -L. -llibmathcat_c - ./test.exe - gcc test.c -o test -L. -llibmathcat_c - ./test.exe + # gcc test.cpp -o test -L. -llibmathcat_c + # ./test.exe + # gcc test.c -o test -L. -llibmathcat_c + # ./test.exe - name: create zip file for dll file -- this allows the name to indicate arch, python version, etc., but unzipped it is correctly named uses: thedoctor0/zip-release@0.7.5 with: