Skip to content

Commit

Permalink
CI: Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Apr 22, 2022
1 parent 7ef330b commit daf2f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
version: 9
platform: x86

- name: Plugin Interface
run: |
cd ..
Expand Down Expand Up @@ -74,7 +74,8 @@ jobs:
path: build

- name: Plugin
run: cp build/bin/gsclib.so game/plugins/gsclib.so
run: |
cp build/lib/gsclib.so game/plugins/gsclib.so
- name: Tests
working-directory: build
Expand Down
File renamed without changes.

0 comments on commit daf2f13

Please sign in to comment.