Skip to content

Commit

Permalink
ci: set CS plugin files permission
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed Jan 20, 2025
1 parent 798a9fe commit 5478529
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_cs_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ jobs:
mv artifacts/cs2-windows/server.dll static/
mv artifacts/csgo-macos/csdm.dylib static/
# Set correct permissions
chmod 755 static/csdm_client.so
chmod 755 static/libserver.so
chmod 755 static/csdm.dylib
- name: Create Pull Request
if: steps.check-artifacts.outputs.linux_artifacts_exist == 'true'
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit 5478529

Please sign in to comment.