Skip to content

WIP: testing new publish ci x17 #106

WIP: testing new publish ci x17

WIP: testing new publish ci x17 #106

Workflow file for this run

name: YakBuild
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Python setup
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install Python and pythonnet
uses: actions/setup-python@v2
with:
python-version: '3.9.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install invoke
pip install pythonnet
- name: Install .NET Framework 4.8
uses: microsoft/[email protected]
- name: Run Invoke tasks
run: invoke yakerize
- name: Save artifact
uses: actions/upload-artifact@v2
with:
name: scriptsync_yak_package
path: yaker/build/*.yak