Skip to content

Commit

Permalink
add nightly binaries workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Dec 13, 2023
1 parent 61dedbd commit 7b813e6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/nightly_binaries.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: nightly_binaries

on:
workflow_dispatch:

jobs:
nightly_binaries:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3

- run: make binaries

- uses: actions/upload-artifact@v3
with:
name: binaries
path: binaries

0 comments on commit 7b813e6

Please sign in to comment.