Skip to content

Commit

Permalink
cmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Abc Dr committed Jul 31, 2023
1 parent 302a6f7 commit a5803d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
uses: actions/[email protected]
with:
name: asexthook.so
path: ${{env.SOLUTION_FILE_PATH}}/build/libasexthook.so
path: ${{env.SOLUTION_FILE_PATH}}/Release/libasexthook.so
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:

- name: Build
working-directory: ${{env.SOLUTION_FILE_PATH}}
run: mkdir build && cd build && cmake .. && make && mv libasexthook.so asexthook.so
run: mkdir build && cd build && cmake .. && make && mv ../Release/libasexthook.so ../Release/asexthook.so

- name: Zipping All
uses: vimtor/action-zip@v1
with:
files: ${{env.SOLUTION_FILE_PATH}}/build/asexthook.so
files: ${{env.SOLUTION_FILE_PATH}}/Release/asexthook.so
dest: asexthook-ubuntu-i386.zip

- name: Create Release
Expand Down

0 comments on commit a5803d8

Please sign in to comment.