Skip to content

Commit

Permalink
get action file to work
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Nov 6, 2024
1 parent b01aad0 commit 802e1f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 802e1f5

Please sign in to comment.