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 5026d66 commit a976268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .actions/nwserver/package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ inputs:
required: true
default: ${{ github.workspace }}/nwserver
type: string
env:
NWN_ROOT: ${{ inputs.path }}

runs:
using: "composite"
steps:
Expand All @@ -22,6 +21,7 @@ runs:
- name: Package nwnee files
shell: bash
env:
NWN_ROOT: ${{ inputs.path }}
CONTENT_DEPOT_ID: 704451
run: |
cd depots/$CONTENT_DEPOT_ID/*/
Expand Down

0 comments on commit a976268

Please sign in to comment.