Skip to content

Commit 9bedb32

Browse files
authored
Upload-Dllでarm64向けにビルドされない問題の修正 (Synesthesias#190)
1 parent 9062269 commit 9bedb32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/upload-dll/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runs:
2626
with:
2727
shell_type: ${{ inputs.shell_type }}
2828
visual_studio_version: ${{ inputs.visual_studio_version }}
29+
arch: ${{ inputs.arch }}
2930

3031
- name: Copy DLL for Windows
3132
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)