Skip to content

Commit d698ef7

Browse files
create_release.yaml を更新
1 parent 7b684df commit d698ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ matrix.target_os == 'Windows' }}
6868
run: mkdir -p ${{ env.PUBLISH_DIR }} && powershell Compress-Archive -Path ${{ env.OUTPUT_DIR }} -DestinationPath ${{ env.PUBLISH_DIR }}/${{ matrix.target_os }}.zip
6969
- name: compress files (Linux, MacOS)
70-
if: ${{ matrix.target_os == 'macOS' || matrix.target_os == 'Linux' | matrix.target_os == 'iOS' }}
70+
if: ${{ matrix.target_os == 'macOS' || matrix.target_os == 'Linux' || matrix.target_os == 'iOS' }}
7171
run: mkdir -p ${{ env.PUBLISH_DIR }} && zip -r ${{ env.PUBLISH_DIR }}/${{ matrix.target_os }}.zip ${{ env.OUTPUT_DIR }}
7272

7373
- name: upload artifact

0 commit comments

Comments
 (0)