Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac authored Sep 8, 2023
1 parent 368177a commit 007aca2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,25 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: 'Build'
- name: Build
run: make borealis NAME="borealis-linux"

- name: 'Upload Artifact'
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: borealis-linux
path: borealis-linux
retention-days: 30

- name: Upload artifact to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: borealis-linux
asset_name: borealis-linux
tag: ${{ github.ref }}
overwrite: true

build-macos:

runs-on: macos-latest
Expand Down

0 comments on commit 007aca2

Please sign in to comment.