Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
urothis committed Dec 31, 2023
1 parent fd6c41a commit 226b238
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .actions/nwserver/package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ runs:
LINUX_BIN_DEPOT_ID: 704454
CONTENT_DEPOT_ID: 704451
run: |
ls -la $GITHUB_WORKSPACE
ls -la $GITHUB_WORKSPACE/nwserver
ls -la $GITHUB_WORKSPACE/DepotDownloader/DepotDownloader/depots
ls -la $GITHUB_WORKSPACE/DepotDownloader/DepotDownloader/depots/$LINUX_BIN_DEPOT_ID
ls -la $GITHUB_WORKSPACE/DepotDownloader/DepotDownloader/depots/$WIN_BIN_DEPOT_ID
cd DepotDownloader/DepotDownloader/depots/$LINUX_BIN_DEPOT_ID/*/bin/linux-x86/
cp nwserver-linux $GITHUB_WORKSPACE/packaged/data/bin/linux-amd64/nwserver
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 226b238

Please sign in to comment.