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 e35116c commit 4920ca9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ jobs:
xcopy /E /I tests .output\Release\cleo
@REM copy SDK
mkdir .output\Release_SDK
xcopy /E /I cleo_sdk .output\Release_SDK
copy .output\Release\CLEO.lib .output\Release_SDK\CLEO.lib
copy .output\Release\CLEO.lib cleo_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 @@ -116,11 +114,11 @@ jobs:
- name: CLEO SDK
uses: ThirteenAG/zip-release@master
with:
path: ./.output/Release_SDK/*
path: ./cleo_sdk/*
type: "zip"
filename: SA.CLEO_${{ github.ref_name }}+SDK.zip
exclusions: "*.pdb *.lib *.exp"

exclusions: "*.pdb *.exp"
- name: Upload Release
uses: ncipollo/release-action@main
with:
Expand Down

0 comments on commit 4920ca9

Please sign in to comment.