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 3d0a8d9 commit 5026d66
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .actions/nwserver/parse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ inputs:
type: string
default: ${{ github.workspace }}/nwserver/data/bin/win32/nwserver.exe
outputs:
version: ${{ steps.nwn.outputs.version }}
major: ${{ steps.nwn.outputs.major }}
minor: ${{ steps.nwn.outputs.minor }}
patch: ${{ steps.nwn.outputs.patch }}
version:
description: "Version"
value: ${{ steps.nwn.outputs.version }}
major:
description: "Major version"
value: ${{ steps.nwn.outputs.major }}
minor:
description: "Minor version"
value: ${{ steps.nwn.outputs.minor }}
patch:
description: "Patch version"
value: ${{ steps.nwn.outputs.patch }}
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 5026d66

Please sign in to comment.