Create binaries.yml (#2144)

This commit is contained in:
Daniel 2023-08-03 15:21:20 -05:00 committed by GitHub
parent 688cddd4fc
commit 840f6550b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.github/workflows/binaries.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: binaries
on:
workflow_dispatch:
jobs:
binaries:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make binaries
- uses: actions/upload-artifact@v3
with:
name: binaries
path: binaries