We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f76994 commit f5444b7Copy full SHA for f5444b7
.github/workflows/wc-upgrade-pack.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
name: HostInstall
23
- id: convert-version
24
- run: echo "${{ inputs.version }}" | sed -e 's/v/version=/' -e 's/\/merge//' >> $GITHUB_OUTPUT
+ run: echo "${{ inputs.version }}" | sed -e 's/v/version=/' -e 's/\(.*\)\/merge/version=\0/' >> $GITHUB_OUTPUT
25
- run: tar -zxvf Postmaster-${{ steps.convert-version.outputs.version }}-Linux.tar.gz
26
- run: mkdir install
27
- run: mv Postmaster-${{ steps.convert-version.outputs.version }}-Linux/* install/
0 commit comments