Skip to content

Bump github/codeql-action from 4.37.4 to 4.37.7 #371

Bump github/codeql-action from 4.37.4 to 4.37.7

Bump github/codeql-action from 4.37.4 to 4.37.7 #371

Workflow file for this run

name: ci
on: [push]
permissions:
contents: read
jobs:
package-build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
distro: [focal, noble]
steps:
- uses: actions/checkout@v7
- name: Run package build ${{ matrix.distro }}
run: script/cibuild-create-packages ${{ matrix.distro }}
- name: Tar files
run: tar -cvf glb-director-${{ matrix.distro }}.tar $GITHUB_WORKSPACE/tmp/build
- name: Upload Artifact
uses: actions/upload-artifact@v7
with:
name: glb-director-${{ matrix.distro }}
path: glb-director-${{ matrix.distro }}.tar