Skip to content

FIX: wrong action path from build solved #11

FIX: wrong action path from build solved

FIX: wrong action path from build solved #11

Workflow file for this run

name: build
on: [push]
jobs:
build_ghuser_components:
name: windows-cpython
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: NuGet/[email protected]
- name: Install Python3
uses: actions/setup-python@v2
with:
python-version: '3.9.10'
- name: Install pythonnet
run: |
pip install pythonnet
- name: Run
uses: ./
with:
source: examples
target: build
- uses: actions/upload-artifact@v2
with:
name: ghuser-components
path: build