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 853e5ad commit 9088db0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .actions/nwserver/package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ runs:
LINUX_BIN_DEPOT_ID: 704454
CONTENT_DEPOT_ID: 704451
run: |
echo "APP_ID: $APP_ID"
ls -la ${{ github.workspace }}
ls -la
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/
cp nwserver-linux ${{ github.workspace }}/packaged/data/bin/linux-amd64/nwserver
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nwserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
- name: Parse nwnxee
id: parse
uses: ./.actions/nwserver/parse/
- name: Package nwnxee
id: package
uses: ./.actions/nwserver/package/

0 comments on commit 9088db0

Please sign in to comment.