diff --git a/.github/workflows/create_release.yaml b/.github/workflows/create_release.yaml index 8d65bc4..b5a5d09 100644 --- a/.github/workflows/create_release.yaml +++ b/.github/workflows/create_release.yaml @@ -56,7 +56,7 @@ jobs: - name: compress files (Windows) if: runner.os == 'Windows' - run: powershell Compress-Archive -Path build -DestinationPath edax_runner-${{ runner.os }}.zip + run: powershell Compress-Archive -Path build -DestinationPath edax_runner-${{ matrix.os }}.zip - name: compress files (Linux, MacOS) if: runner.os == 'macOS' || runner.os == 'Linux' run: zip -r edax_runner-${{ matrix.os }}.zip build