Skip to content

Commit

Permalink
Fix Assemble action
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Oct 13, 2023
1 parent 0bfa11c commit ef47dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unified-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: "Assemble ${{ env.STACK_VERSION }}"
run: "./.ci/make.sh assemble ${{ env.STACK_VERSION }}"
run: "./.buildkite/make.sh assemble ${{ env.STACK_VERSION }}"

0 comments on commit ef47dad

Please sign in to comment.