mirror of
https://github.com/royshil/obs-localvocal.git
synced 2026-01-09 12:28:05 -05:00
...and again
This commit is contained in:
5
.github/workflows/build-project.yaml
vendored
5
.github/workflows/build-project.yaml
vendored
@@ -318,7 +318,7 @@ jobs:
|
||||
uses: ./.github/actions/build-plugin
|
||||
with:
|
||||
target: x86_64
|
||||
config: ${{ matrix.acceleration == 'amd' && 'Release' || needs.check-event.outputs.config }}
|
||||
config: ${{ needs.check-event.outputs.config }}
|
||||
acceleration: ${{ matrix.acceleration }}
|
||||
|
||||
- name: Package Plugin 📀
|
||||
@@ -326,7 +326,8 @@ jobs:
|
||||
with:
|
||||
package: ${{ fromJSON(needs.check-event.outputs.package) }}
|
||||
target: x86_64
|
||||
config: ${{ matrix.acceleration == 'amd' && 'Release' || needs.check-event.outputs.config }}
|
||||
config: ${{ needs.check-event.outputs.config }}
|
||||
acceleration: ${{ matrix.acceleration }}
|
||||
|
||||
- name: Upload Source Tarball 🗜️
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@@ -22,7 +22,7 @@ set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
|
||||
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "${PLUGIN_EMAIL}")
|
||||
set(CPACK_SET_DESTDIR ON)
|
||||
|
||||
if((CMAKE_VERSION VERSION_GREATER_EQUAL 3.25.0 OR NOT CMAKE_CROSSCOMPILING) AND NOT (ACCELERATION STREQUAL amd))
|
||||
if((CMAKE_VERSION VERSION_GREATER_EQUAL 3.25.0 OR NOT CMAKE_CROSSCOMPILING) AND NOT ($ENV{ACCELERATION} STREQUAL amd))
|
||||
set(CPACK_DEBIAN_DEBUGINFO_PACKAGE ON)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user