mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-27 11:00:27 +00:00
17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
name: Code Artifact
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
codeartifact:
|
|
runs-on: windows-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
with:
|
|
fetch-depth: 1
|
|
- name: Upload code artifact
|
|
uses: actions/upload-artifact@v1
|
|
with:
|
|
name: fbn-code
|
|
path: .
|