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 6b6504f commit 9e0d060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .actions/nwserver/download/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ runs:
dotnet run -app $APP_ID -depot $LINUX_BIN_DEPOT_ID -username ${{ inputs.steam_username }} -password ${{ inputs.steam_password }} $EXTRA_ARGS
dotnet run -app $APP_ID -depot $CONTENT_DEPOT_ID -username ${{ inputs.steam_username }} -password ${{ inputs.steam_password }} $EXTRA_ARGS
cd depots/$CONTENT_DEPOT_ID/*/
ls -la
cp bin/linux-x86/nwserver-linux ${{ inputs.output_path }}/data/bin/linux-amd64/nwserver
cp bin/win32/nwserver.exe ${{ inputs.output_path }}/data/bin/win32/nwserver.exe
cp bin/linux-arm64/nwserver-linux ${{ inputs.output_path }}/data/bin/linux-arm64/nwserver

0 comments on commit 9e0d060

Please sign in to comment.