WIP: testing out dual branc, two componentize #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: [push] | |
jobs: | |
build_ghuser_components: # TODO: change this for windows-ironpython (it can be another workflow) | |
name: windows-cpython # TODO: change this for windows-ironpython | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: NuGet/[email protected] | |
- name: Run | |
uses: ./ | |
with: | |
source: examples | |
target: build | |
- uses: actions/upload-artifact@v2 | |
with: | |
name: ghuser-components | |
path: build |