Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Usbac/borealis
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac committed Sep 8, 2023
2 parents 9f17e2e + 67cf873 commit c55d166
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ name: Build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
tags:
- 'v*'

jobs:
build-linux:

runs-on: ubuntu-latest

steps:
Expand All @@ -33,8 +31,7 @@ jobs:
tag: ${{ github.ref }}
overwrite: true

build-macos:

build-mac:
runs-on: macos-latest

steps:
Expand All @@ -49,3 +46,12 @@ jobs:
name: borealis-mac
path: borealis-mac
retention-days: 30

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

0 comments on commit c55d166

Please sign in to comment.