Skip to content

Commit

Permalink
update build scripts with output, prevent linux build from running on…
Browse files Browse the repository at this point in the history
… dev branch
  • Loading branch information
aidemsined committed May 9, 2024
1 parent 606a747 commit bfd7234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Build Linux Application

on:
push:
branches: [ "main", "dev" ]
branches: [ "main"]
pull_request:
branches: [ "main" ]

Expand All @@ -35,6 +35,6 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: packaged-app
name: packaged-app-linux
path: release/build/*.deb

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2024 Tenstorrent Inc.
###

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

Expand Down Expand Up @@ -36,6 +37,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: packaged-app
name: packaged-app-macos
path: release/build/*.dmg


- run: echo run `xattr -d com.apple.quarantine /Applications/Route\ UI.app` after installation to bypass Apple security settings

0 comments on commit bfd7234

Please sign in to comment.