From 226b2385bf2feed7a4a4d19ef923d59e069b5ffe Mon Sep 17 00:00:00 2001 From: Urothis Date: Sun, 31 Dec 2023 13:21:28 -0600 Subject: [PATCH] . --- .actions/nwserver/package/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.actions/nwserver/package/action.yml b/.actions/nwserver/package/action.yml index 9fa4838..1db0ce1 100644 --- a/.actions/nwserver/package/action.yml +++ b/.actions/nwserver/package/action.yml @@ -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