mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
CI: More fixes
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -334,8 +334,8 @@ jobs:
|
|||||||
working-directory: ${{ github.workspace }}/obs-websocket
|
working-directory: ${{ github.workspace }}/obs-websocket
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ env.GIT_TAG }}" ] ; then \ # If git hash is used as version, it must be prefixed by `1-` in order to be accepted by checkinstall
|
if [ "${{ env.GIT_TAG }}" ] ; then \
|
||||||
CHECKINSTALL_VERSION=${{ env.PACKAGE_VERSION }} ; \
|
CHECKINSTALL_VERSION="${{ env.PACKAGE_VERSION }}" ; \
|
||||||
else \
|
else \
|
||||||
CHECKINSTALL_VERSION="1-${{ env.PACKAGE_VERSION }}" ; \
|
CHECKINSTALL_VERSION="1-${{ env.PACKAGE_VERSION }}" ; \
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user