Skip to content

$arch was matching as $arch_, thus returning "" and then not being ab… #12

$arch was matching as $arch_, thus returning "" and then not being ab…

$arch was matching as $arch_, thus returning "" and then not being ab… #12

name: verify_build_integrity
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
BUILD_PROJECT: "SpaceShooter2"
jobs:
verify_build_integrity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build_project
with:
project-name: "${{env.BUILD_PROJECT}}"