Skip to content

Commit

Permalink
fix win32 binary download
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Jun 16, 2024
1 parent 723e91c commit d636051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jetbrains-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
- name: Download binary artifact (Windows)
uses: actions/download-artifact@v4
with:
name: continue-binary-${{ matrix.platform }}-${{ matrix.arch }}.exe
name: continue-binary-${{ matrix.platform }}-${{ matrix.arch }}
path: ./binary/bin/${{ matrix.platform }}-${{ matrix.arch }}/continue-binary.exe
if: ${{ matrix.platform }} == 'win32'

Expand Down

0 comments on commit d636051

Please sign in to comment.