Skip to content

Commit

Permalink
Update the build job
Browse files Browse the repository at this point in the history
  • Loading branch information
torabian committed Dec 25, 2024
1 parent 312c61c commit f4eb7a6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/fireback-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ on:
# - ubuntu-x64
# - windows-x64
# - macosx
# build_macos:
# description: "Build macos"
# required: false
# default: false
# type: boolean
release_artifacts:
description: "Create a draft release"
required: false
default: false
type: boolean
# autodeploy:
# description: "Deploy the binaries after build"
# required: false
Expand All @@ -47,6 +47,7 @@ jobs:
- vscode-extension
- test-react-code-gen
name: deploy_github_release
if: ${{ inputs.release_artifacts == true }}
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down Expand Up @@ -287,7 +288,7 @@ jobs:

# - name: Upload artifact
# if: ${{ inputs.autodeploy == true }}
# if: ${{ inputs.build_macos == true }}
# if: ${{ inputs.release_artifacts == true }}
# run: echo y | .\pscp.exe -pw "${{ secrets.DIGITAL_OCEAN_KEY }}" .\fireback_latest_windows.exe root@pixelplux.com:/var/www/html/fireback-artifacts

build-ubuntu:
Expand Down Expand Up @@ -572,7 +573,7 @@ jobs:
path: artifacts

build-macos:
# if: ${{ inputs.build_macos == true }}
# if: ${{ inputs.release_artifacts == true }}
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f4eb7a6

Please sign in to comment.