fbneo/.github/workflows/code.yml

17 lines
290 B
YAML
Raw Normal View History

2019-11-01 21:49:13 +00:00
name: Code Artifact
on: [push]
jobs:
codeartifact:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Upload code artifact
uses: actions/upload-artifact@v1
with:
name: fbn-code
path: .