Skip to content

Commit

Permalink
fix: use outputs and build installer from ref
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Dec 2, 2024
1 parent 8bfec02 commit b65dd0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ permissions:
jobs:
build:
runs-on: windows-latest
outputs:
version: ${{ steps.set-version.outputs.version }}
file_version: ${{ steps.set-info-version.outputs.file_version }}

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -58,7 +62,7 @@ jobs:
repo: specklesystems/connector-installers
token: ${{ secrets.CONNECTORS_GH_TOKEN }}
inputs: '{ "run_id": "${{ github.run_id }}", "version": "${{ needs.build.outputs.version }}", "file_version": "${{needs.build.outputs.file_version}}", "public_release": ${{ env.IS_TAG_BUILD }}, "store_artifacts": ${{ env.IS_RELEASE_BRANCH }} }'
ref: main
ref: alan/update-archicad-installer
wait-for-completion: true
wait-for-completion-interval: 10s
wait-for-completion-timeout: 10m
Expand Down

0 comments on commit b65dd0b

Please sign in to comment.