Updated CI

This commit is contained in:
acidicoala
2025-10-05 22:53:04 +05:00
parent 8d3d2c13d8
commit 477f019b49

View File

@@ -65,15 +65,15 @@ jobs:
${{ env.LINUX_FLAGS }}
--debug-output
# - name: Build the project
# run: >
# cmake
# --build ${{ env.BUILD_DIR }}
# --config Release
# --target ${{ github.event.input.module }}
- name: '🏗️ Build ${{ inputs.module }}'
run: >
cmake
--build ${{ env.BUILD_DIR }}
--config Release
--target ${{ inputs.module }}
# - name: Upload binaries
# uses: actions/upload-artifact@v4
# with:
# name: ${{ inputs.module }}-${{ inputs.os }}-${{ inputs.bitness }}
# path: ${{ env.BUILD_DIR }}/${{ env.OUTPUT_PATH }}
- name: '📤 Upload binaries'
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.module }}-${{ inputs.os }}-${{ inputs.bitness }}
path: ${{ env.BUILD_DIR }}/${{ env.OUTPUT_PATH }}