Skip to content

Commit

Permalink
Keep 32bit of libsteam_api.so in builds, fixes #36
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMeepso committed Dec 7, 2024
1 parent 8ee5b11 commit 0ae80c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
- name: Copy libsteam_api.so to publish folder
run: cp ./Cove/NativeLibraries/linux64/libsteam_api.so ./publish/

# Step 6: Rename libsteam_api.so to libsteam_api64.so
- name: Rename libsteam_api.so
run: mv ./publish/libsteam_api.so ./publish/libsteam_api64.so
# Step 6: Copy libsteam_api.so to libsteam_api64.so
- name: Copy libsteam_api.so to libsteam_api64.so
run: cp ./publish/libsteam_api.so ./publish/libsteam_api64.so

# Step 7: Zip the Linux publish folder
- name: Zip the Linux publish folder
Expand Down

0 comments on commit 0ae80c9

Please sign in to comment.