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 6550b2c commit 67cf873
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
build-linux:

runs-on: ubuntu-latest

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

build-macos:

build-mac:
runs-on: macos-latest

steps:
Expand All @@ -48,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 67cf873

Please sign in to comment.