Skip to content

Commit

Permalink
copy steamworks dll
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Aug 8, 2024
1 parent 1840658 commit a439779
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ jobs:
- uses: actions/download-artifact@v4

- run: curl -L -o steamworks.tar.gz https://github.com/rlabrecque/SteamworksSDK/archive/${{env.STEAMWORKS_COMMIT}}.tar.gz
- run: tar xzf steamworks.tar.gz

- run: ls
- run: tar xzf steamworks.tar.gz SteamworksSDK-${{env.STEAMWORKS_COMMIT}}/redistributable_bin/win64/steam_api64.dll
- run: cp SteamworksSDK-${{env.STEAMWORKS_COMMIT}}/redistributable_bin/win64/steam_api64.dll Godottest/

- name: install steamcmd
run: |
Expand Down

0 comments on commit a439779

Please sign in to comment.