From 5663c18ae3805ee810c59314318ae2710c11edfc Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Sat, 13 May 2023 15:06:20 +0200 Subject: [PATCH] Update package.yml Changed the Output filename. Added MacOS --- .github/workflows/package.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 5c0ff20..68d119c 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest] + os: [windows-latest, ubuntu-latest, macos-latest] steps: - name: Set up Python uses: actions/setup-python@v2 @@ -31,5 +31,6 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v2 with: - name: packaged-files + name: ${{ matrix.os }}-binary path: dist # Assuming the packaged files are created in a 'dist' directory +