Skip to content

Commit

Permalink
maybe working with Rules.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Feb 27, 2024
1 parent 9c059cd commit c784d3d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down Expand Up @@ -53,4 +49,5 @@ jobs:
title: Development Build
files: |
libmathcat*.zip
Rules.zip
c-example/mathcat.h

0 comments on commit c784d3d

Please sign in to comment.