Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Mar 3, 2024
1 parent 8a77d10 commit b878123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-binaries/windows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
- name: Add metadata to binary
shell: bash
run: |
echo winget > ${{BINARY_BUILD_DIR}}\_internal\algokit\resources\distribution-method
echo winget > ${{ env.BINARY_BUILD_DIR }}\_internal\algokit\resources\distribution-method
# We only sign the release artifacts, as each signing request will use up the HSM quota
- name: Download signing certificate
Expand Down

0 comments on commit b878123

Please sign in to comment.