Skip to content

Commit

Permalink
Merge pull request #1 from mockingbirdnest/Actions
Browse files Browse the repository at this point in the history
A build workflow
  • Loading branch information
pleroy authored Apr 7, 2024
2 parents 601598f + 4015fd5 commit 0857566
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 619 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build

on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
workflow_dispatch:

jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout source files
uses: actions/checkout@v3

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: config
path: |
include/**
Loading

0 comments on commit 0857566

Please sign in to comment.