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:
parent
d858118e28
commit
670fa7c249
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -334,8 +334,8 @@ jobs:
|
||||
working-directory: ${{ github.workspace }}/obs-websocket
|
||||
shell: bash
|
||||
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
|
||||
CHECKINSTALL_VERSION=${{ env.PACKAGE_VERSION }} ; \
|
||||
if [ "${{ env.GIT_TAG }}" ] ; then \
|
||||
CHECKINSTALL_VERSION="${{ env.PACKAGE_VERSION }}" ; \
|
||||
else \
|
||||
CHECKINSTALL_VERSION="1-${{ env.PACKAGE_VERSION }}" ; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user