Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Apr 7, 2024
1 parent 76d9ef7 commit e35116c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
xcopy /E /I tests .output\Release\cleo
@REM copy SDK
copy .output\Release\CLEO.lib cleo_sdk\CLEO.lib
mkdir .output\Release_SDK
xcopy /E /I cleo_sdk .output\Release_SDK
copy .output\Release\CLEO.lib .output\Release_SDK\CLEO.lib
@REM download Sanny Builder Library json
curl https://raw.githubusercontent.com/sannybuilder/library/master/sa/sa.json -o .output\Release\cleo\.config\sa.json
Expand Down Expand Up @@ -114,7 +116,7 @@ jobs:
- name: CLEO SDK
uses: ThirteenAG/zip-release@master
with:
path: ./cleo_sdk/*
path: ./.output/Release_SDK/*
type: "zip"
filename: SA.CLEO_${{ github.ref_name }}+SDK.zip
exclusions: "*.pdb *.lib *.exp"
Expand Down

0 comments on commit e35116c

Please sign in to comment.