mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-06 05:25:43 -05:00
Updated CI
This commit is contained in:
22
.github/workflows/kb-build.yml
vendored
22
.github/workflows/kb-build.yml
vendored
@@ -65,15 +65,15 @@ jobs:
|
|||||||
${{ env.LINUX_FLAGS }}
|
${{ env.LINUX_FLAGS }}
|
||||||
--debug-output
|
--debug-output
|
||||||
|
|
||||||
# - name: Build the project
|
- name: '🏗️ Build ${{ inputs.module }}'
|
||||||
# run: >
|
run: >
|
||||||
# cmake
|
cmake
|
||||||
# --build ${{ env.BUILD_DIR }}
|
--build ${{ env.BUILD_DIR }}
|
||||||
# --config Release
|
--config Release
|
||||||
# --target ${{ github.event.input.module }}
|
--target ${{ inputs.module }}
|
||||||
|
|
||||||
# - name: Upload binaries
|
- name: '📤 Upload binaries'
|
||||||
# uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
# with:
|
with:
|
||||||
# name: ${{ inputs.module }}-${{ inputs.os }}-${{ inputs.bitness }}
|
name: ${{ inputs.module }}-${{ inputs.os }}-${{ inputs.bitness }}
|
||||||
# path: ${{ env.BUILD_DIR }}/${{ env.OUTPUT_PATH }}
|
path: ${{ env.BUILD_DIR }}/${{ env.OUTPUT_PATH }}
|
||||||
|
|||||||
Reference in New Issue
Block a user