Skip to content

Fixing the code signing and notarization issues of Unreal Engine (5.3+) projects #63

Fixing the code signing and notarization issues of Unreal Engine (5.3+) projects

Fixing the code signing and notarization issues of Unreal Engine (5.3+) projects #63

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Build with Jekyll
run: bundle exec jekyll build