From eda99762a4fe5b8cfe792c098cbfb413911805cb Mon Sep 17 00:00:00 2001 From: Urothis Date: Sun, 31 Dec 2023 14:26:15 -0600 Subject: [PATCH] . --- .actions/nwserver/package/action.yml | 2 -- .actions/nwserver/parse/action.yml | 3 +++ .github/workflows/nwserver.yml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.actions/nwserver/package/action.yml b/.actions/nwserver/package/action.yml index b8e0c35..4137c34 100644 --- a/.actions/nwserver/package/action.yml +++ b/.actions/nwserver/package/action.yml @@ -22,9 +22,7 @@ runs: LINUX_BIN_DEPOT_ID: 704454 CONTENT_DEPOT_ID: 704451 run: | - echo "APP_ID: $APP_ID" ls -la ${{ github.workspace }} - echo "BUILD_ID: $BUILD_ID" ls -la ${{ github.workspace }}/DepotDownloader/DepotDownloader/depots/ cd ${{ github.workspace }}/DepotDownloader/DepotDownloader/depots/$LINUX_BIN_DEPOT_ID/*/bin/linux-x86/ diff --git a/.actions/nwserver/parse/action.yml b/.actions/nwserver/parse/action.yml index 5a45bac..a5c5974 100644 --- a/.actions/nwserver/parse/action.yml +++ b/.actions/nwserver/parse/action.yml @@ -27,6 +27,9 @@ runs: env: WIN_BIN_DEPOT_ID: 704452 run: | + ls -la ${{ github.workspace }} + ls -la ${{ github.workspace }}/DepotDownloader/DepotDownloader/depots/ + cd ${{ github.workspace }}/DepotDownloader/DepotDownloader/depots/$WIN_BIN_DEPOT_ID/*/bin/win32/ echo version=$(peres -v nwserver.exe -f csv | grep -v DEBUG | cut -d'.' -f2- | sed -n 2p) >> $GITHUB_OUTPUT echo major=$(semver get major $(peres -v nwserver.exe -f csv | grep -v DEBUG | cut -d'.' -f2- | sed -n 2p)) >> $GITHUB_OUTPUT diff --git a/.github/workflows/nwserver.yml b/.github/workflows/nwserver.yml index 999b4af..3c9665a 100644 --- a/.github/workflows/nwserver.yml +++ b/.github/workflows/nwserver.yml @@ -16,10 +16,10 @@ jobs: steam_username: ${{ secrets.STEAM_USER }} steam_password: ${{ secrets.STEAM_PASS }} output_path: ${{ github.workspace }} - - name: Parse nwnxee + - name: Parse nwnee id: parse uses: ./.actions/nwserver/parse/ - - name: Package nwnxee + - name: Package nwnee id: package uses: ./.actions/nwserver/package/