Skip to content

Fix device targeting #6

Fix device targeting

Fix device targeting #6

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