Skip to content

Separate HDR and resolution switches into mutually exclusive settings. #12

Separate HDR and resolution switches into mutually exclusive settings.

Separate HDR and resolution switches into mutually exclusive settings. #12

Workflow file for this run

name: Build and Upload Windows Artifact
on:
push:
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: src
- uses: actions/upload-artifact@v2
with:
name: ResolutionSwitcher
path: src/dist/windows