Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

update new image ribbon #21

update new image ribbon

update new image ribbon #21

Workflow file for this run

name: Workflow
on:
push:
branches:
- '**'
pull_request:
branches:
- '!master'
jobs:
windows:
name: windows-2022
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run Nuke Build
run: ./.nuke/build.cmd --GitHubToken ${{ secrets.GITHUB_TOKEN }}