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 9088db0 commit eda9976
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .actions/nwserver/package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 3 additions & 0 deletions .actions/nwserver/parse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nwserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit eda9976

Please sign in to comment.