From c784d3dbcfbd5350f5eeb95d5712a64e8af7c569 Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Tue, 27 Feb 2024 19:56:35 +0000 Subject: [PATCH] maybe working with Rules.zip --- .github/workflows/automaticRelease.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/automaticRelease.yaml b/.github/workflows/automaticRelease.yaml index 42ed1ea..0aca4d0 100644 --- a/.github/workflows/automaticRelease.yaml +++ b/.github/workflows/automaticRelease.yaml @@ -17,10 +17,6 @@ jobs: uses: actions/checkout@v3 - name: Build 64 bit version run: cargo build --target x86_64-pc-windows-msvc --release - - name: "ls for debugging" - run: ls -l c-example - - name: "ls for debugging (target)" - run: ls -l target/x86_64-pc-windows-msvc/release - name: create libmathcat64 uses: thedoctor0/zip-release@0.7.5 with: @@ -53,4 +49,5 @@ jobs: title: Development Build files: | libmathcat*.zip + Rules.zip c-example/mathcat.h \ No newline at end of file